diff --git a/CHANGELOG.md b/CHANGELOG.md index ccd6138..82f710a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. ## [Unreleased] - No unreleased changes so far +## [0.11.4] - 2021-07-25 +### Fixed +- Fixed crash due to 404 error when retrieving parking position for cars that don't provide parking positions + ## [0.11.3] - 2021-07-18 ### Fixed - Fixed crash due to new elements in the WeConnect API @@ -133,7 +137,8 @@ All notable changes to this project will be documented in this file. ## [0.1.0] - 2021-05-26 Initial release -[unreleased]: https://github.com/tillsteinbach/WeConnect-cli/compare/v0.11.3..HEAD +[unreleased]: https://github.com/tillsteinbach/WeConnect-cli/compare/v0.11.4..HEAD +[0.11.4]: https://github.com/tillsteinbach/WeConnect-cli/releases/tag/v0.11.4 [0.11.3]: https://github.com/tillsteinbach/WeConnect-cli/releases/tag/v0.11.3 [0.11.2]: https://github.com/tillsteinbach/WeConnect-cli/releases/tag/v0.11.2 [0.11.1]: https://github.com/tillsteinbach/WeConnect-cli/releases/tag/v0.11.1 diff --git a/requirements.txt b/requirements.txt index 7edd982..fa59ae5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -weconnect==0.12.2 +weconnect==0.12.3 ascii_magic>=1.5.5