diff --git a/CHANGELOG.md b/CHANGELOG.md index d6167a9..b29e835 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.5.1] - 2023-11-01 + ### Changed - fixed benches @@ -91,7 +93,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#21]: https://github.com/dusk-network/citadel/issues/21 -[Unreleased]: https://github.com/dusk-network/citadel/compare/v0.5.0...HEAD +[Unreleased]: https://github.com/dusk-network/citadel/compare/v0.5.1...HEAD +[0.5.1]: https://github.com/dusk-network/citadel/compare/v0.5.0...v0.5.1 [0.5.0]: https://github.com/dusk-network/citadel/compare/v0.4.1...v0.5.0 [0.4.1]: https://github.com/dusk-network/citadel/compare/v0.4.0...v0.4.1 [0.4.0]: https://github.com/dusk-network/citadel/compare/v0.3.0...v0.4.0 diff --git a/Cargo.toml b/Cargo.toml index bd2a42f..69fdfe0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zk-citadel" -version = "0.5.0" +version = "0.5.1" repository = "https://github.com/dusk-network/citadel" description = "Implementation of Citadel, a SSI system integrated in Dusk Network." categories = ["cryptography", "authentication", "mathematics", "science"]