diff --git a/CHANGELOG.md b/CHANGELOG.md index 391a10885..18e7d9bb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to Rust's notion of [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [0.11.0] - 2021-09-08 ### Added - `bellman` now uses `rayon` for multithreading when the (default) `multicore` feature flag is enabled. This means that, when this flag is enabled, the diff --git a/Cargo.toml b/Cargo.toml index 49379a48c..9ade4f01a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ homepage = "https://github.com/zkcrypto/bellman" license = "MIT/Apache-2.0" name = "bellman" repository = "https://github.com/zkcrypto/bellman" -version = "0.10.0" +version = "0.11.0" edition = "2018" [dependencies]