diff --git a/bounded-collections/CHANGELOG.md b/bounded-collections/CHANGELOG.md index 59fc603c..101024fe 100644 --- a/bounded-collections/CHANGELOG.md +++ b/bounded-collections/CHANGELOG.md @@ -4,7 +4,7 @@ The format is based on [Keep a Changelog]. [Keep a Changelog]: http://keepachangelog.com/en/1.0.0/ -## [Unreleased] +## [0.2.2] - 2024-11-08 - Added `ConstInt` and `ConstUint` types. [#878](https://github.com/paritytech/parity-common/pull/878) ## [0.2.1] - 2024-10-08 diff --git a/bounded-collections/Cargo.toml b/bounded-collections/Cargo.toml index ea1bdddc..3f72b5e9 100644 --- a/bounded-collections/Cargo.toml +++ b/bounded-collections/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bounded-collections" -version = "0.2.1" +version = "0.2.2" authors = ["Parity Technologies "] license = "MIT OR Apache-2.0" homepage = "https://github.com/paritytech/parity-common"