diff --git a/CHANGELOG.md b/CHANGELOG.md index 91156e538..2bbbeb7b5 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.6.0] - 2023-09-08 ### Changed - Migrated to `incrementalmerkletree 0.5`. diff --git a/Cargo.toml b/Cargo.toml index c1a592143..e3a0578c8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "orchard" -version = "0.5.0" +version = "0.6.0" authors = [ "Sean Bowe ", "Jack Grigg ",