This commit is contained in:
James Wilson
2021-11-04 16:25:55 +00:00
committed by GitHub
parent f814ecb66a
commit 03b8afacfb
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -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)
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "frame-metadata"
version = "14.1.0"
version = "14.2.0"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018"
license = "Apache-2.0"