diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b951ae..ceef06d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.2] - 2022-12-13 + ### Removed - Disable chrono default features by @silverpill ([#87](https://github.com/monero-rs/monero-rpc-rs/pull/87)) @@ -127,7 +129,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Daemon RPC methods: - `get_transactions` -[Unreleased]: https://github.com/monero-rs/monero-rpc-rs/compare/v0.3.1...HEAD +[Unreleased]: https://github.com/monero-rs/monero-rpc-rs/compare/v0.3.2...HEAD +[0.3.2]: https://github.com/monero-rs/monero-rpc-rs/compare/v0.3.1...v0.3.2 [0.3.1]: https://github.com/monero-rs/monero-rpc-rs/compare/v0.3.0...v0.3.1 [0.3.0]: https://github.com/monero-rs/monero-rpc-rs/compare/v0.2.0...v0.3.0 [0.2.0]: https://github.com/monero-rs/monero-rpc-rs/compare/v0.1.0...v0.2.0 diff --git a/Cargo.toml b/Cargo.toml index 8ebfb21..b0d56e5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "monero-rpc" -version = "0.3.1" +version = "0.3.2" authors = ["Artem Vorotnikov ", "Monero Rust Contributors"] edition = "2018" exclude = ["/test"]