diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c499385..0801c804 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to Rust's notion of ## [Unreleased] +## [0.3.0] - 2022-05-10 + ### Added - `incrementalmerkletree::bridgetree`: diff --git a/Cargo.toml b/Cargo.toml index bb88cdba..d8740715 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "incrementalmerkletree" -version = "0.3.0-beta.2" +version = "0.3.0" authors = [ "Sean Bowe ", "Kris Nuttycombe ",