Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CHANGELOG: Add version 0.7.3 #353

Merged
merged 1 commit into from
Aug 26, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.7.3] - 2022-08-26

### Added
- Docker image build for linux/arm64 architecture - thanks [@lryanuk](https://github.com/lryanuk)!

### Fixed
- Fixed wallet parser for Chia v1.5.1+ - thanks [@djerfy](https://github.com/djerfy)!

## [0.7.2] - 2022-07-04

### Fixed
Expand Down Expand Up @@ -222,7 +230,9 @@ The purpose of this minor release is to get out a few fixes. No new features in
- Adds basic condition checks for harvester operations.
- Adds integration for Pushover (mobile notifications).

[Unreleased]: https://github.com/martomi/chiadog/compare/v0.7.2...main
[Unreleased]: https://github.com/martomi/chiadog/compare/v0.7.3...main

[0.7.3]: https://github.com/martomi/chiadog/compare/v0.7.2...v0.7.3

[0.7.2]: https://github.com/martomi/chiadog/compare/v0.7.1...v0.7.2

Expand Down