From 438a5b098bb9d5b5a09bdc5b68275b2c5e63a010 Mon Sep 17 00:00:00 2001 From: Alexandru Vasile <60601340+lexnv@users.noreply.github.com> Date: Thu, 30 Mar 2023 16:49:57 +0300 Subject: [PATCH] Release 15.1.0 (#54) * Bump version to v15.1.0 Signed-off-by: Alexandru Vasile * Update changelog Signed-off-by: Alexandru Vasile --------- Signed-off-by: Alexandru Vasile --- CHANGELOG.md | 6 ++++++ frame-metadata/Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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"