diff --git a/CHANGELOG.md b/CHANGELOG.md index 03ea2556..e4aaae9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## [0.2.3] - 28-07-20 + +### Changed +- Changed `dusk-jubjub` version to `v0.3.4` to update dhke generation. + ## [0.2.2] - 25-07-20 ### Added diff --git a/Cargo.toml b/Cargo.toml index cc35484c..a13dfa79 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dusk-plonk" -version = "0.2.2" +version = "0.2.3" authors = ["Kevaundray Wedderburn ", "Luke Pearson ", "CPerezz "] @@ -31,7 +31,7 @@ itertools = "0.8.2" rand_chacha = "0.2" rayon = "1.3.0" failure = "0.1.7" -dusk-jubjub = "0.3.3" +dusk-jubjub = "0.3.4" [dev-dependencies] rand = "0.7.0" @@ -42,4 +42,4 @@ rustdoc-args = [ "--html-in-header", "katex-header.html" ] [features] nightly = [] trace = [] -trace-print = ["trace"] \ No newline at end of file +trace-print = ["trace"]