From 03b8afacfbdda61b2bd126dc8631a944b6a127ab Mon Sep 17 00:00:00 2001 From: James Wilson Date: Thu, 4 Nov 2021 16:25:55 +0000 Subject: [PATCH] V14.2 (#31) --- CHANGELOG.md | 3 +++ frame-metadata/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0679a0e..4054fa9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [14.2.0] - 2021-11-04 +- Add function to return metadata version [#30](https://github.com/paritytech/frame-metadata/pull/30) + ## [14.1.0] - 2021-11-03 - Add metadata version v8-v11 [#28](https://github.com/paritytech/frame-metadata/pull/28) - Combine Map/NMap/DoubleMap StorageEntryTypes [#23](https://github.com/paritytech/frame-metadata/pull/23) diff --git a/frame-metadata/Cargo.toml b/frame-metadata/Cargo.toml index 1ac5b78..120aa0f 100644 --- a/frame-metadata/Cargo.toml +++ b/frame-metadata/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "frame-metadata" -version = "14.1.0" +version = "14.2.0" authors = ["Parity Technologies "] edition = "2018" license = "Apache-2.0"