diff --git a/CHANGELOG.md b/CHANGELOG.md index 85dff1a6..b611e064 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.17.0] - 2023-11-1 + ### Added - Add `JubJubScalarMalformed` error [#784] @@ -632,7 +634,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.16.0...HEAD +[Unreleased]: https://github.com/dusk-network/plonk/compare/v0.17.0...HEAD +[0.17.0]: https://github.com/dusk-network/plonk/compare/v0.16.0...v0.17.0 [0.16.0]: https://github.com/dusk-network/plonk/compare/v0.15.0...v0.16.0 [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 diff --git a/Cargo.toml b/Cargo.toml index c00dd7f7..42697a5f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dusk-plonk" -version = "0.16.0" +version = "0.17.0" categories =["algorithms", "cryptography", "science", "mathematics"] edition = "2021" keywords = ["cryptography", "plonk", "zk-snarks", "zero-knowledge", "crypto"]