Skip to content

Commit

Permalink
Fixed bad gateway error with parking position when car is driving
Browse files Browse the repository at this point in the history
  • Loading branch information
tillsteinbach committed Aug 20, 2021
1 parent 08522fe commit c53e690
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
## [Unreleased]
- No unreleased changes so far

## [0.14.2] - 2021-08-20
### Fixed
- Fixed bad gateway error with parking position when car is driving

### Changed
- API version to 19.2

## [0.14.1] - 2021-08-19
### Fixed
- Parking position after weconnect API change
Expand Down Expand Up @@ -191,7 +198,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.1..HEAD
[unreleased]: https://github.com/tillsteinbach/WeConnect-cli/compare/v0.14.2..HEAD
[0.14.2]: https://github.com/tillsteinbach/WeConnect-cli/releases/tag/v0.14.2
[0.14.1]: https://github.com/tillsteinbach/WeConnect-cli/releases/tag/v0.14.1
[0.14.0]: https://github.com/tillsteinbach/WeConnect-cli/releases/tag/v0.14.0
[0.13.2]: https://github.com/tillsteinbach/WeConnect-cli/releases/tag/v0.13.2
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
weconnect==0.19.1
weconnect==0.19.2
ascii_magic>=1.5.5

0 comments on commit c53e690

Please sign in to comment.