From 88408986a1ce282696457adbafb85e629139ce06 Mon Sep 17 00:00:00 2001 From: moana Date: Wed, 27 Mar 2024 10:48:20 +0100 Subject: [PATCH] Bump to v0.19.2 --- CHANGELOG.md | 5 ++++- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fbda742..5133da75 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.19.2] - 2024-03-27 + ### Added - Add `zeroize` as an optional dependency [#818] @@ -699,7 +701,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.19.1...HEAD +[Unreleased]: https://github.com/dusk-network/plonk/compare/v0.19.2...HEAD +[0.19.2]: https://github.com/dusk-network/plonk/compare/v0.19.1...v0.19.2 [0.19.1]: https://github.com/dusk-network/plonk/compare/v0.19.0...v0.19.1 [0.19.0]: https://github.com/dusk-network/plonk/compare/v0.18.0...v0.19.0 [0.18.0]: https://github.com/dusk-network/plonk/compare/v0.17.0...v0.18.0 diff --git a/Cargo.toml b/Cargo.toml index 64032f29..79b7adb0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dusk-plonk" -version = "0.19.2-rc.0" +version = "0.19.2" categories =["algorithms", "cryptography", "science", "mathematics"] edition = "2021" keywords = ["cryptography", "plonk", "zk-snarks", "zero-knowledge", "crypto"]