diff --git a/CHANGELOG.md b/CHANGELOG.md index a9b5cbfc..d7e69dd1 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.15.0] - 2023-08-30 + ### Fixed - Fix panic when creating proof for circuit with different circuit size [#760] @@ -597,7 +599,8 @@ is necessary since `rkyv/validation` was required as a bound. [#282]: https://github.com/dusk-network/plonk/issues/282 -[Unreleased]: https://github.com/dusk-network/plonk/compare/v0.14.1...HEAD +[Unreleased]: https://github.com/dusk-network/plonk/compare/v0.15.0...HEAD +[0.15.0]: https://github.com/dusk-network/plonk/compare/v0.14.1...v0.15.0 [0.14.1]: https://github.com/dusk-network/plonk/compare/v0.14.0...v0.14.1 [0.14.0]: https://github.com/dusk-network/plonk/compare/v0.13.1...v0.14.0 [0.13.1]: https://github.com/dusk-network/plonk/compare/v0.13.0...v0.13.1 diff --git a/Cargo.toml b/Cargo.toml index 091c6422..85846c18 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dusk-plonk" -version = "0.14.1" +version = "0.15.0" categories =["algorithms", "cryptography", "science", "mathematics"] edition = "2021" keywords = ["cryptography", "plonk", "zk-snarks", "zero-knowledge", "crypto"]