diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a01444..032181d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.7.4](https://github.com/alloy-rs/trie/releases/tag/v0.7.4) - 2024-11-13 + +### Features + +- Impl Extend for ProofNodes ([#63](https://github.com/alloy-rs/trie/issues/63)) + ## [0.7.3](https://github.com/alloy-rs/trie/releases/tag/v0.7.3) - 2024-11-07 ### Documentation @@ -17,6 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Miscellaneous Tasks +- Release 0.7.3 - [hash-builder] Use `RlpNode::as_hash` ([#59](https://github.com/alloy-rs/trie/issues/59)) ### Styling diff --git a/Cargo.toml b/Cargo.toml index a94ee41..da3797f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "alloy-trie" -version = "0.7.3" +version = "0.7.4" authors = [ "rkrasiuk ", "gakonst ",