Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Commit

Permalink
Update CHANGELOG and bump to 0.22.1
Browse files Browse the repository at this point in the history
  • Loading branch information
HDauven committed Mar 27, 2024
1 parent bb97c9e commit d1f0f84
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down Expand Up @@ -592,7 +594,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<!-- Releases -->

[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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit d1f0f84

Please sign in to comment.