diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a13415ab..15810157e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 0.7.4 (2023-12-18) - `air` crate only +* Fixed a bug in `StarkProof` deserialization (#236). + ## 0.7.4 (2023-12-07) - `utils/core` crate only * Added `Clone` derive to `DeserializationError`. diff --git a/air/Cargo.toml b/air/Cargo.toml index 66bc2e017..2709025e8 100644 --- a/air/Cargo.toml +++ b/air/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "winter-air" -version = "0.7.3" +version = "0.7.4" description = "AIR components for the Winterfell STARK prover/verifier" authors = ["winterfell contributors"] readme = "README.md" license = "MIT" repository = "https://github.com/novifinancial/winterfell" -documentation = "https://docs.rs/winter-air/0.7.3" +documentation = "https://docs.rs/winter-air/0.7.4" categories = ["cryptography", "no-std"] keywords = ["crypto", "arithmetization", "air"] edition = "2021"