diff --git a/rusk-wallet/CHANGELOG.md b/rusk-wallet/CHANGELOG.md index f27e9456b9..56e89e7a61 100644 --- a/rusk-wallet/CHANGELOG.md +++ b/rusk-wallet/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.0] - 2025-01-20 + ### Add - Add gas cost calculation to contract deploy [#2768] @@ -57,5 +59,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#2288]: https://github.com/dusk-network/rusk/issues/2288 -[unreleased]: https://github.com/dusk-network/rusk/compare/master - +[Unreleased]: https://github.com/dusk-network/rusk/compare/rusk-wallet-0.1.0...HEAD +[0.1.0]: https://github.com/dusk-network/rusk/tree/rusk-wallet-0.1.0 diff --git a/rusk-wallet/Cargo.toml b/rusk-wallet/Cargo.toml index c52cbe4454..28cf990d85 100644 --- a/rusk-wallet/Cargo.toml +++ b/rusk-wallet/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rusk-wallet" -version = "0.1.0-rc.0" +version = "0.1.1-dev" edition = "2021" autobins = false description = "A library providing functionalities to create wallets compatible with Dusk"