diff --git a/plonk/CHANGELOG.md b/plonk/CHANGELOG.md index 7af6b1e9f..9fc4c62b2 100644 --- a/plonk/CHANGELOG.md +++ b/plonk/CHANGELOG.md @@ -3,6 +3,23 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## Unreleased + +### Breaking Changes + +### Non-breaking Changes + +## 0.5.1 (2024-09-04) + +### Breaking Changes + +- [#648](https://github.com/EspressoSystems/jellyfish/pull/648) Refactored `trait Transcript`; Updated `SolidityTranscript` to use `state`-based logic correctly + +### Non-breaking Changes + +- [#647](https://github.com/EspressoSystems/jellyfish/pull/647) Append G2 points from SRS to `Transcript` + + ## 0.5.0 (2024-07-02) ### Breaking Changes diff --git a/plonk/Cargo.toml b/plonk/Cargo.toml index ceec852e5..5c5e0898a 100644 --- a/plonk/Cargo.toml +++ b/plonk/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "jf-plonk" description = "TurboPlonk and UntraPlonk implementation." -version = "0.5.0" +version = "0.5.1" authors = { workspace = true } edition = { workspace = true } license = { workspace = true }