From 00ac156798d373d94d430e4f67d8bbe6aad2c4eb Mon Sep 17 00:00:00 2001 From: xevisalle Date: Wed, 28 Feb 2024 14:15:13 +0100 Subject: [PATCH] Bump to v0.10.0 --- CHANGELOG.md | 5 ++++- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ffbe27..3376e2c 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.10.0] - 2024-02-28 + ### Removed - Remove `Shelter` code @@ -145,7 +147,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.9.0...HEAD +[Unreleased]: https://github.com/dusk-network/citadel/compare/v0.10.0...HEAD +[0.10.0]: https://github.com/dusk-network/citadel/compare/v0.9.0...v0.10.0 [0.9.0]: https://github.com/dusk-network/citadel/compare/v0.8.0...v0.9.0 [0.8.0]: https://github.com/dusk-network/citadel/compare/v0.7.0...v0.8.0 [0.7.0]: https://github.com/dusk-network/citadel/compare/v0.6.0...v0.7.0 diff --git a/Cargo.toml b/Cargo.toml index 40e771a..39deefa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zk-citadel" -version = "0.9.0" +version = "0.10.0" repository = "https://github.com/dusk-network/citadel" description = "Implementation of Citadel, a SSI system integrated in Dusk Network." categories = ["cryptography", "authentication", "mathematics", "science"]