From 5045e8d2b817b3b6c1190661f504e879bc769c29 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 11 Mar 2023 09:53:38 +0100 Subject: [PATCH] Prepare release 1.1.0 (#42) Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a59454d..1d5c3f1 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] +## [1.1.0] - 2023-03-11 + ### Added - Implement no_std environment support for all features except streaming @@ -95,7 +97,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release of the library -[Unreleased]: https://github.com/monero-rs/base58-monero/compare/v1.0.0...HEAD +[Unreleased]: https://github.com/monero-rs/base58-monero/compare/v1.1.0...HEAD +[1.1.0]: https://github.com/monero-rs/base58-monero/compare/v1.0.0...v1.1.0 [1.0.0]: https://github.com/monero-rs/base58-monero/compare/v0.3.2...v1.0.0 [0.3.2]: https://github.com/monero-rs/base58-monero/compare/v0.3.1...v0.3.2 [0.3.1]: https://github.com/monero-rs/base58-monero/compare/v0.3.0...v0.3.1