From 961600149e44fe22e13e05c70c0da2cd1426201d Mon Sep 17 00:00:00 2001 From: Alexandru Vasile <60601340+lexnv@users.noreply.github.com> Date: Wed, 16 Oct 2024 16:37:58 +0200 Subject: [PATCH] chore: Release v17 with v16 unstable metadata (#85) * chore: Release v16.1 with v16 unstable metadata Signed-off-by: Alexandru Vasile * Bump to 17.0 Signed-off-by: Alexandru Vasile * Update CHANGELOG.md --------- Signed-off-by: Alexandru Vasile Co-authored-by: Niklas Adolfsson --- CHANGELOG.md | 6 ++++++ frame-metadata/Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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"