diff --git a/CHANGELOG.md b/CHANGELOG.md index 82ff0aa98..8586f61bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] - ReleaseDate +### Changed +- Make dependencies automatically upgrade to match Zebra dependency versions +- Upgrade to Rust 2021 edition + +## [0.1.10] - 2023-02-23 + +### Changed +- Updated `bindgen` version from 0.60.1 to 0.64.0 + ## [0.1.9] - 2023-02-23 ### Changed @@ -60,7 +69,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [Unreleased]: https://github.com/ZcashFoundation/zcash_script/compare/{{tag_name}}...HEAD -[0.1.9]: https://github.com/ZcashFoundation/zcash_script/compare/{{tag_name}}...{{tag_name}} +[0.1.10]: https://github.com/ZcashFoundation/zcash_script/compare/v0.1.10...v0.1.11 +[0.1.10]: https://github.com/ZcashFoundation/zcash_script/compare/v0.1.9...v0.1.10 [0.1.9]: https://github.com/ZcashFoundation/zcash_script/compare/v0.1.8...v0.1.9 [0.1.8]: https://github.com/ZcashFoundation/zcash_script/compare/v0.1.7...v0.1.8 [0.1.7]: https://github.com/ZcashFoundation/zcash_script/compare/v0.1.6...v0.1.7