diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b9c56b..8f15424 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [23.0.1] - 2025-12-09 + +- fix: ensure extrinsic types are collected before pallet types [#110](https://github.com/paritytech/frame-metadata/pull/110) + ## [23.0.0] - 2025-05-06 This version stabilizes metadata V16, moving it from being marked as "unstable" and hidden behind that feature flag, to being "current" and having version 16 rather than `u32::MAX`. diff --git a/frame-metadata/Cargo.toml b/frame-metadata/Cargo.toml index 44a8c15..d703adc 100644 --- a/frame-metadata/Cargo.toml +++ b/frame-metadata/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "frame-metadata" -version = "23.0.0" +version = "23.0.1" authors = ["Parity Technologies "] edition = "2021" license = "Apache-2.0"