From 67328d7960608179f8a4d9858a70955de29932f9 Mon Sep 17 00:00:00 2001 From: Martin Mihaylov <3739458+martomi@users.noreply.github.com> Date: Mon, 17 May 2021 20:27:25 +0200 Subject: [PATCH] CHANGELOG: Add version 0.5.1 --- CHANGELOG.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b65eb23..a7c2fec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,18 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [0.5.1] - 2021-05-17 + +The purpose of this minor release is to get out a few fixes. No new features in this release. + +### Fixed + +- Another fix for handling of signage points around network forks. Should further reduce false-alarm notifications. +- Correctly parse number of eligible plots when larger than 9 (thanks [@ctrlaltdel](https://github.com/ctrlaltdel)) +- Correctly parse added coin events and send out reward notifications (thanks [@skweee](https://github.com/skweee)) +- Check potential out-of-bound config values for MQTT integration + (thanks [@pieterhelsen](https://github.com/pieterhelsen)) + ## [0.5.0] - 2021-05-13 ### Added @@ -128,7 +140,9 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). - Adds basic condition checks for harvester operations. - Adds integration for Pushover (mobile notifications). -[Unreleased]: https://github.com/martomi/chiadog/compare/v0.5.0...dev +[Unreleased]: https://github.com/martomi/chiadog/compare/v0.5.1...dev + +[0.5.1]: https://github.com/martomi/chiadog/releases/tag/v0.5.1 [0.5.0]: https://github.com/martomi/chiadog/releases/tag/v0.5.0