diff --git a/triehash/CHANGELOG.md b/triehash/CHANGELOG.md index b5f0357b1..2f7d72d64 100644 --- a/triehash/CHANGELOG.md +++ b/triehash/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog]. ## [Unreleased] +## [0.8.4] - 2020-01-08 +- Updated `rlp` to 0.5. [#463](https://github.com/paritytech/parity-common/pull/463) ## [0.8.3] - 2020-03-16 - License changed from GPL3 to dual MIT/Apache2. [#342](https://github.com/paritytech/parity-common/pull/342) ## [0.8.2] - 2019-12-15 diff --git a/triehash/Cargo.toml b/triehash/Cargo.toml index acceca2f5..5ed55b529 100644 --- a/triehash/Cargo.toml +++ b/triehash/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "triehash" -version = "0.8.3" +version = "0.8.4" authors = ["Parity Technologies "] description = "In-memory patricia trie operations" repository = "https://github.com/paritytech/parity-common"