From e5b756c4d3bd602250daf36259731700d269d991 Mon Sep 17 00:00:00 2001 From: Till Steinbach Date: Sun, 6 Jun 2021 20:11:44 +0200 Subject: [PATCH] Prepare for 0.5.1 release --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c5bb4e..c889630 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,14 @@ All notable changes to this project will be documented in this file. ## [Unreleased] + +## [0.5.1] - 2021-06-06 ### Added - Better suggestions for possible Enum values on set command +### Changed +- Updated to API version 0.4.1 + ## [0.5.0] - 2021-06-04 ### Added - Possibility to set attributes and control services @@ -42,7 +47,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.5.0...HEAD +[unreleased]: https://github.com/tillsteinbach/WeConnect-cli/compare/v0.5.1...HEAD +[0.5.1]: https://github.com/tillsteinbach/WeConnect-cli/releases/tag/v0.5.1 [0.5.0]: https://github.com/tillsteinbach/WeConnect-cli/releases/tag/v0.5.0 [0.4.0]: https://github.com/tillsteinbach/WeConnect-cli/releases/tag/v0.4.0 [0.3.1]: https://github.com/tillsteinbach/WeConnect-cli/releases/tag/v0.3.1