diff --git a/CHANGELOG.md b/CHANGELOG.md index 26f0cf4..58e3136 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file. ## [Unreleased] - No unreleased changes so far +## [0.38.0] - 2023-10-27 +### Fixed +- Fixes a bug in the API that causes incorrect range values for cars using miles instead of km (thanks to user @bendavidson for the contribution) + +### Added +- Added attributes for Hv battery temperature + +### Changed +- Updated API to 0.59.2 + ## [0.37.0] - 2023-10-16 ### Added - Added several new statuses and attributes @@ -769,7 +779,8 @@ All notable changes to this project will be documented in this file. Initial release -[unreleased]: https://github.com/tillsteinbach/WeConnect-cli/compare/v0.37.0..HEAD +[unreleased]: https://github.com/tillsteinbach/WeConnect-cli/compare/v0.38.0..HEAD +[0.38.0]: https://github.com/tillsteinbach/WeConnect-cli/releases/tag/v0.38.0 [0.37.0]: https://github.com/tillsteinbach/WeConnect-cli/releases/tag/v0.37.0 [0.36.0]: https://github.com/tillsteinbach/WeConnect-cli/releases/tag/v0.36.0 [0.35.0]: https://github.com/tillsteinbach/WeConnect-cli/releases/tag/v0.35.0 diff --git a/requirements.txt b/requirements.txt index c9e675d..0aac9c0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -weconnect[Images]~=0.59.1 +weconnect[Images]~=0.59.2