diff --git a/CHANGELOG.md b/CHANGELOG.md index eeb1364..c41b874 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ Entries are listed in reverse chronological order. +## 0.7.0 + +* Update the `reddsa` dependency to version 0.5.0. + ## 0.6.0 * Refactor to use `reddsa` (which is a generalization of this crate). diff --git a/Cargo.toml b/Cargo.toml index 8dcf41c..f133096 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,8 +4,8 @@ edition = "2018" # When releasing to crates.io: # - Update CHANGELOG.md # - Create git tag. -version = "0.6.0" -authors = ["Henry de Valence ", "Deirdre Connolly ", "Chelsea Komlo "] +version = "0.7.0" +authors = ["Henry de Valence ", "Deirdre Connolly ", "Chelsea Komlo ", "Daira Emma Hopwood "] readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/ZcashFoundation/redjubjub"