Skip to content

Commit

Permalink
CHANGELOG: Add version 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
martomi committed May 17, 2021
1 parent fb701fa commit 67328d7
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 67328d7

Please sign in to comment.