diff --git a/CHANGELOG.md b/CHANGELOG.md index 38e7e13..fef738d 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] +## [15.1.0] - 2023-03-30 + +### Added + +- Add metadata V15 with Runtime API support [#48](https://github.com/paritytech/frame-metadata/pull/48) + ## [15.0.0] - 2022-02-08 ### Changed diff --git a/frame-metadata/Cargo.toml b/frame-metadata/Cargo.toml index 28711e7..2eb7760 100644 --- a/frame-metadata/Cargo.toml +++ b/frame-metadata/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "frame-metadata" -version = "15.0.0" +version = "15.1.0" authors = ["Parity Technologies "] edition = "2021" license = "Apache-2.0"