diff --git a/CHANGELOG.md b/CHANGELOG.md index 11800578f..eeab7a112 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 -## [Unreleased] - ReleaseDate +## [0.1.6] - 2022-05-16 + +### Changed +- Exposed precomputation API +- Updated `depend/zcash` to version 5.0.0 which includes API for V5 transactions ## [0.1.5] - 2020-12-09 ### Changed diff --git a/Cargo.toml b/Cargo.toml index 5243261f1..23ff08091 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zcash_script" -version = "0.1.6-alpha.0" +version = "0.1.6" authors = ["Tamas Blummer ", "Zcash Foundation "] license = "Apache-2.0" readme = "README.md"