From 1a49192b8b2e9c50ebcca4d43d1a6427c3b00f62 Mon Sep 17 00:00:00 2001 From: Martin Mihaylov <3739458+martomi@users.noreply.github.com> Date: Tue, 13 Apr 2021 23:46:10 +0200 Subject: [PATCH] CHANGELOG: Add version 0.3.0 --- CHANGELOG.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc2dd4d..a417815 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,20 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [0.3.0] - 2021-04-13 + +### Added + +- (Optional) Telegram notifications (thanks [@MiguelCarranza](https://github.com/MiguelCarranza) + and [@greimela](https://github.com/greimela)) +- (Optional) Custom script notifications (thanks [@ajacobson](https://github.com/ajacobson)) + +### Fixed + +- Parser adjusted to new log format for Chia 1.0.4 (thanks [@greimela](https://github.com/greimela)). The new log format + from Chia breaks all previous versions of `chiadog`. The changed parser is backward compatible with the old format + too, so you're safe to install this even if still using an older version. + ## [0.2.0] - 2021-04-05 ### Added @@ -35,7 +49,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.2.0...dev +[Unreleased]: https://github.com/martomi/chiadog/compare/v0.3.0...dev + +[0.3.0]: https://github.com/martomi/chiadog/releases/tag/v0.3.0 [0.2.0]: https://github.com/martomi/chiadog/releases/tag/v0.2.0