diff --git a/CHANGELOG.md b/CHANGELOG.md index 26607241..d47a621a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.14.1] - 2022-06-28 + +### Added + +- Add `compress` to compiler [#752] + ## [0.14.0] - 2022-04-06 ### Added @@ -472,6 +478,7 @@ is necessary since `rkyv/validation` was required as a bound. - Proof system module. +[#752]: https://github.com/dusk-network/plonk/pull/752 [#738]: https://github.com/dusk-network/plonk/issues/738 [#746]: https://github.com/dusk-network/plonk/issues/746 [#736]: https://github.com/dusk-network/plonk/issues/736 @@ -575,7 +582,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.0...HEAD +[Unreleased]: https://github.com/dusk-network/plonk/compare/v0.14.1...HEAD +[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 [0.13.0]: https://github.com/dusk-network/plonk/compare/v0.12.0...v0.13.0 diff --git a/Cargo.toml b/Cargo.toml index 37f3c07c..091c6422 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dusk-plonk" -version = "0.14.0" +version = "0.14.1" categories =["algorithms", "cryptography", "science", "mathematics"] edition = "2021" keywords = ["cryptography", "plonk", "zk-snarks", "zero-knowledge", "crypto"]