diff --git a/CHANGELOG.md b/CHANGELOG.md index 13123b8f..9ed92773 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] - 24-02-22 + ## Changed - Update canonical and canonical-derive to 0.7 [#666](https://github.com/dusk-network/plonk/pull/666) @@ -385,7 +387,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Proof system module. -[unreleased]: https://github.com/dusk-network/plonk/compare/v0.9.0...HEAD +[unreleased]: https://github.com/dusk-network/plonk/compare/v0.10.0...HEAD +[0.10.0]: https://github.com/dusk-network/plonk/compare/v0.9.2...v0.10.0 +[0.9.2]: https://github.com/dusk-network/plonk/compare/v0.9.1...v0.9.2 +[0.9.1]: https://github.com/dusk-network/plonk/compare/v0.9.0...v0.9.1 [0.9.0]: https://github.com/dusk-network/plonk/compare/v0.8.2...v0.9.0 [0.8.2]: https://github.com/dusk-network/plonk/compare/v0.8.1...v0.8.2 [0.8.1]: https://github.com/dusk-network/plonk/compare/v0.8.0...v0.8.1 diff --git a/Cargo.toml b/Cargo.toml index 81ff9ad8..4b4e25bb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dusk-plonk" -version = "0.9.2" +version = "0.10.0" categories =["algorithms", "cryptography", "science", "mathematics"] edition = "2021" keywords = ["cryptography", "plonk", "zk-snarks", "zero-knowledge", "crypto"]