From eac4988134d5618bf292798d452d8cb4f096b6ad Mon Sep 17 00:00:00 2001 From: Alexandru Vasile Date: Thu, 30 Mar 2023 15:36:52 +0300 Subject: [PATCH 1/2] Bump version to v15.1.0 Signed-off-by: Alexandru Vasile --- frame-metadata/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" From e03031ec6204f6ffa270a01447ea3e1555a59db0 Mon Sep 17 00:00:00 2001 From: Alexandru Vasile Date: Thu, 30 Mar 2023 15:37:03 +0300 Subject: [PATCH 2/2] Update changelog Signed-off-by: Alexandru Vasile --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) 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