diff --git a/CHANGELOG.md b/CHANGELOG.md index d07ff970..1112ff11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,11 +5,13 @@ All notable changes to this project will be documented in this file. 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] -- Fixes #311 - big_mul and big_mul_gate documentation nit. +## [0.3.2] - 29-10-20 +### Changed +- dusk-bls12_381 update to `v0.1.5` +- dusk-jubjub update to `v0.3.10` +- Fixes #311 - big_mul and big_mul_gate documentation nit. ## [0.3.1] - 05-10-20 ### Added diff --git a/Cargo.toml b/Cargo.toml index 77a1830b..cd9f9447 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dusk-plonk" -version = "0.3.1" +version = "0.3.2" authors = ["Kevaundray Wedderburn ", "Luke Pearson ", "CPerezz "] @@ -25,12 +25,12 @@ merlin = "2.0.0" rand = "0.7.2" rand_core = { version = "0.5", default-features = false } # Built by default with "std", "alloc", "pairing", "groups" and "endo" features. -dusk-bls12_381 = "0.1.4" +dusk-bls12_381 = "0.1.5" itertools = "0.9.0" rand_chacha = "0.2" rayon = "1.3.0" anyhow = "1.0.32" -dusk-jubjub = "0.3.8" +dusk-jubjub = "0.3.10" thiserror = "1.0" serde = "1.0"