From c67d5c8812ce8d36a3ca9f0ca8db400f3083d511 Mon Sep 17 00:00:00 2001 From: Alexandru Vasile <60601340+lexnv@users.noreply.github.com> Date: Wed, 13 Nov 2024 16:04:06 +0200 Subject: [PATCH] chore: Release v18.0.0 with unstable v16 `ExtrinsicMetadata` extensions (#87) * cargo: Release version 17.1.0 Signed-off-by: Alexandru Vasile * Update changelog Signed-off-by: Alexandru Vasile * Release v18 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 8936bea..7670960 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] +## [18.0.0] - 2024-11-13 + +### Changed + +- v16: ExtrinsicMetadata extensions [#86](https://github.com/paritytech/frame-metadata/pull/86) + ## [17.0.0] - 2024-10-16 ### Added diff --git a/frame-metadata/Cargo.toml b/frame-metadata/Cargo.toml index a9c3612..7a70367 100644 --- a/frame-metadata/Cargo.toml +++ b/frame-metadata/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "frame-metadata" -version = "17.0.0" +version = "18.0.0" authors = ["Parity Technologies "] edition = "2021" license = "Apache-2.0"