diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f799e7..1aa591f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 0.16.1 + +Released 2024-11-27 + +* [Improved cron and logging](https://github.com/ParkenDD/park-api-v3/pull/223) +* [ParkAPI Sources: GeoJSON Approach cleanup](https://github.com/ParkenDD/parkapi-sources-v3/pull/173) +* [ParkAPI Sources: Fix DateTime Format at Karlsruhe](https://github.com/ParkenDD/parkapi-sources-v3/pull/173) +* [ParkAPI Sources: Fix optional attributes at Kienzler](https://github.com/ParkenDD/parkapi-sources-v3/pull/173) + + ## 0.16.0 Released 2024-11-25 diff --git a/requirements.txt b/requirements.txt index 4a23743..3032c52 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,7 +20,7 @@ openpyxl~=3.1.5 opening-hours-py~=0.6.18 kombu~=5.4.2 lxml~=5.3.0 -parkapi-sources~=0.15.0 +parkapi-sources~=0.15.1 # required for converters beautifulsoup4~=4.12.3