From c4329bb00a823766025d8026fb0508796d26a9b0 Mon Sep 17 00:00:00 2001 From: Till Steinbach Date: Thu, 23 Sep 2021 11:50:42 +0200 Subject: [PATCH] prepare 0.5.4 release --- CHANGELOG.md | 10 +++++++++- vwsfriend/requirements.txt | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b94d3d1..90db8205 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file. ## [Unreleased] (Available through Edge Tag) - No unreleased changes so far +## [0.5.4] - 2021-09-23 +### Fixed +- Fix due to changes in the API + +### Changed +- Updated API to 0.20.12 + ## [0.5.3] - 2021-09-16 ### Fixed - Typo in default value in Dockerfile @@ -95,7 +102,8 @@ This is a complete rewrite of VWsFriend using a self developed API. It drops ioB ## [0.1.0] - 2021-04-22 Initial release to enable "latest" tag on dockerhub -[unreleased]: https://github.com/tillsteinbach/VWsFriend/compare/v0.5.3...HEAD +[unreleased]: https://github.com/tillsteinbach/VWsFriend/compare/v0.5.4...HEAD +[0.5.4]: https://github.com/tillsteinbach/VWsFriend/releases/tag/v0.5.4 [0.5.3]: https://github.com/tillsteinbach/VWsFriend/releases/tag/v0.5.3 [0.5.2]: https://github.com/tillsteinbach/VWsFriend/releases/tag/v0.5.2 [0.5.1]: https://github.com/tillsteinbach/VWsFriend/releases/tag/v0.5.1 diff --git a/vwsfriend/requirements.txt b/vwsfriend/requirements.txt index a89f15f9..4827ce12 100644 --- a/vwsfriend/requirements.txt +++ b/vwsfriend/requirements.txt @@ -1,4 +1,4 @@ -weconnect~=0.20.11 +weconnect~=0.20.12 HAP-python[QRCode]~=4.2.1 pypng~=0.0.21 sqlalchemy~=1.4.25