diff --git a/CHANGELOG.md b/CHANGELOG.md index a5fd294..7e2fac4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,13 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] + +## [0.8.0] - 29-09-20 +### Changed +- Use `dusk-plonk` `v0.2.11` +- Use `hades252 0.8.0` + ## [0.7.0] - 23-09-20 ### Changed - Removed PI constraint from `merkle_opening_gadget` to implement `CircuitBuilder` trait. - Use `nstack 0.5.0` - ## [0.6.4] - 07-09-20 ### Added - `PoseidonCipher` from/to bytes. diff --git a/Cargo.toml b/Cargo.toml index 9aee9f1..29ebc2c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "poseidon252" -version = "0.7.0" +version = "0.8.0" authors = [ "zer0 ", "vlopes11 ", "CPerezz ", "Kristoffer Ström " ] @@ -10,8 +10,8 @@ edition = "2018" kelvin = "0.19.0" nstack = "0.5" lazy_static = "1.3.0" -hades252 = { git = "https://github.com/dusk-network/hades252", tag = "v0.7.0" } -dusk-plonk = "0.2.8" +hades252 = { git = "https://github.com/dusk-network/hades252", tag = "v0.8.0" } +dusk-plonk = {version = "0.2.11", features = ["trace-print"]} anyhow = "1.0" thiserror = "1.0"