From d1f0f8400f799c7854c70f1f3f21cd2f48b07ca0 Mon Sep 17 00:00:00 2001 From: HDauven Date: Wed, 27 Mar 2024 10:36:10 +0100 Subject: [PATCH] Update CHANGELOG and bump to 0.22.1 --- CHANGELOG.md | 5 ++++- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c28797f..3fb835b 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.22.1] - 2024-3-27 + ### Added - Add support for `WALLET_MAX_ADDR` lower than `6` [#244] @@ -592,7 +594,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.22.0...HEAD +[unreleased]: https://github.com/dusk-network/wallet-cli/compare/v0.22.1...HEAD +[0.22.1]: https://github.com/dusk-network/wallet-cli/compare/v0.22.0...v0.22.1 [0.22.0]: https://github.com/dusk-network/wallet-cli/compare/v0.21.0...v0.22.0 [0.21.0]: https://github.com/dusk-network/wallet-cli/compare/v0.20.1...v0.21.0 [0.20.1]: https://github.com/dusk-network/wallet-cli/compare/v0.20.0...v0.20.1 diff --git a/Cargo.toml b/Cargo.toml index e4e5cb2..28fd7cf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dusk-wallet" -version = "0.22.0" +version = "0.22.1" edition = "2021" autobins = false description = "A library providing functionalities to create wallets compatible with Dusk Network"