diff --git a/bounded-collections/CHANGELOG.md b/bounded-collections/CHANGELOG.md index 7e1c40c5..ef8b53fb 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/ -## [0.1.7] - 2023-05-05 +## [0.2.0] - 2023-05-05 - Added `serde` feature, which can be enabled for no `std` deployments. ## [0.1.6] - 2023-04-27 diff --git a/bounded-collections/Cargo.toml b/bounded-collections/Cargo.toml index ccefdff9..02039708 100644 --- a/bounded-collections/Cargo.toml +++ b/bounded-collections/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bounded-collections" -version = "0.1.7" +version = "0.2.0" authors = ["Parity Technologies "] license = "MIT OR Apache-2.0" homepage = "https://github.com/paritytech/parity-common"