diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c7690e..3c37334 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.14.14] - 2021-09-28 +### Fixed +- Fixed badges + ## [0.14.13] - 2021-09-27 ### Fixed - Fixed resetting of parkingposition while driving @@ -285,7 +289,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.14.13..HEAD +[unreleased]: https://github.com/tillsteinbach/WeConnect-cli/compare/v0.14.14..HEAD +[0.14.14]: https://github.com/tillsteinbach/WeConnect-cli/releases/tag/v0.14.14 [0.14.13]: https://github.com/tillsteinbach/WeConnect-cli/releases/tag/v0.14.13 [0.14.12]: https://github.com/tillsteinbach/WeConnect-cli/releases/tag/v0.14.12 [0.14.11]: https://github.com/tillsteinbach/WeConnect-cli/releases/tag/v0.14.11 diff --git a/requirements.txt b/requirements.txt index c779704..2659e1d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -weconnect~=0.20.14 +weconnect~=0.20.15 ascii_magic~=1.6