diff --git a/CHANGELOG.md b/CHANGELOG.md index 8228630..e951790 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Update `jubjub-schnorr` dependency to "0.4" -- Update `phoenix-core` dependency to "0.28" +- Update `phoenix-core` dependency to "0.30.0-rc" - Use AES instead of PoseidonCipher [#109] - Update `dusk-poseidon` dependency to "0.39" [#111] - Update `poseidon-merkle` dependency to "0.6" diff --git a/Cargo.toml b/Cargo.toml index 7995f0e..d6e23b1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zk-citadel" -version = "0.11.0" +version = "0.12.0-rc.0" repository = "https://github.com/dusk-network/citadel" description = "Implementation of Citadel, a SSI system integrated in Dusk Network." categories = ["cryptography", "authentication", "mathematics", "science"]