diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e250d31..b1887d89 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.3.0] - 2022-10-19 ### Added - `orchard::Proof::add_to_batch` - `orchard::address::Address::diversifier` diff --git a/Cargo.toml b/Cargo.toml index cd6bf741..a870ff45 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "orchard" -version = "0.2.0" +version = "0.3.0" authors = [ "Sean Bowe ", "Jack Grigg ",