From 9d2d53645d2b03bd386df571cde66fef35d9180e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20=22WanzenBug=22=20Wanzenb=C3=B6ck?= Date: Tue, 20 Sep 2022 09:34:36 +0200 Subject: [PATCH] Release 1.1.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Moritz "WanzenBug" Wanzenböck --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 95fdc32..f4f5ea9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.1] - 2022-09-20 + ### Fixed - No longer attempt to parse numbers from drbdsetup status that are not relevant. This prevents issue when said numbers @@ -93,7 +95,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Deployment example - README with motivating example -[Unreleased]: https://github.com/piraeusdatastore/piraeus-ha-controller/compare/v1.1.0...HEAD +[Unreleased]: https://github.com/piraeusdatastore/piraeus-ha-controller/compare/v1.1.1...HEAD +[1.1.1]: https://github.com/piraeusdatastore/piraeus-ha-controller/compare/v1.1.0...v1.1.1 [1.1.0]: https://github.com/piraeusdatastore/piraeus-ha-controller/compare/v1.0.1...v1.1.0 [1.0.1]: https://github.com/piraeusdatastore/piraeus-ha-controller/compare/v1.0.0...v1.0.1 [1.0.0]: https://github.com/piraeusdatastore/piraeus-ha-controller/compare/v0.3.0...v1.0.0