diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bf7806..8936bea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [17.0.0] - 2024-10-16 + +### Added + +- v16: Add unstable metadata v16 [#82](https://github.com/paritytech/frame-metadata/pull/82) + ## [16.0.0] - 2023-06-29 ### Changed diff --git a/frame-metadata/Cargo.toml b/frame-metadata/Cargo.toml index c9d43ef..a9c3612 100644 --- a/frame-metadata/Cargo.toml +++ b/frame-metadata/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "frame-metadata" -version = "16.0.0" +version = "17.0.0" authors = ["Parity Technologies "] edition = "2021" license = "Apache-2.0"