From 8c5761999813b3b16a6108e2084947a96d21cb7c Mon Sep 17 00:00:00 2001 From: Herr Seppia Date: Wed, 22 Nov 2023 10:56:23 +0100 Subject: [PATCH 1/2] Update CHANGELOG.md --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ec4985..20c5cd9 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.20.1] - 2023-11-22 + ### Added - Add `spending_keys` to wallet impl [#218] @@ -542,7 +544,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 -[unreleased]: https://github.com/dusk-network/wallet-cli/compare/v0.20.0...HEAD +[unreleased]: https://github.com/dusk-network/wallet-cli/compare/v0.20.1...HEAD +[0.20.1]: https://github.com/dusk-network/wallet-cli/compare/v0.20.0...v0.20.1 [0.20.0]: https://github.com/dusk-network/wallet-cli/compare/v0.19.1...v0.20.0 [0.19.1]: https://github.com/dusk-network/wallet-cli/compare/v0.19.0...v0.19.1 [0.19.0]: https://github.com/dusk-network/wallet-cli/compare/v0.18.2...v0.19.0 From 53fd3704fba6790ed945a87351e9fb536d92939c Mon Sep 17 00:00:00 2001 From: Herr Seppia Date: Wed, 22 Nov 2023 10:56:32 +0100 Subject: [PATCH 2/2] Bump version to `0.20.1` --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6eae44c..fdc7ca8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dusk-wallet" -version = "0.20.1-rc.0" +version = "0.20.1" edition = "2021" autobins = false description = "A library providing functionalities to create wallets compatible with Dusk Network"