diff --git a/packages/node/CHANGELOG.md b/packages/node/CHANGELOG.md index 92a3f15a83..e15129ae04 100644 --- a/packages/node/CHANGELOG.md +++ b/packages/node/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [5.3.0] - 2024-11-21 +### Added +- Update polkadot/api library to 14 version + ## [5.2.9] - 2024-10-30 ### Changed - Bump `@subql/node-core` dependency @@ -1323,7 +1327,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - bump @polkadot/api to 3.1.1 -[Unreleased]: https://github.com/subquery/subql/compare/node/5.2.9...HEAD +[Unreleased]: https://github.com/subquery/subql/compare/node/5.3.0...HEAD +[5.3.0]: https://github.com/subquery/subql/compare/node/5.2.9...node/5.3.0 [5.2.9]: https://github.com/subquery/subql/compare/node/5.2.8...node/5.2.9 [5.2.8]: https://github.com/subquery/subql/compare/node/5.2.7...node/5.2.8 [5.2.7]: https://github.com/subquery/subql/compare/node/5.2.6...node/5.2.7 diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md index a8552dbf43..07098d16bf 100644 --- a/packages/types/CHANGELOG.md +++ b/packages/types/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.12.0] - 2024-11-21 +### Added +- Update polkadot/api library to 14 version + ## [3.11.3] - 2024-10-23 ### Fixed - Bump version `@subql/types-core` @@ -271,7 +275,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - support block handler -[Unreleased]: https://github.com/subquery/subql/compare/types/3.11.3...HEAD +[Unreleased]: https://github.com/subquery/subql/compare/types/3.12.0...HEAD +[3.12.0]: https://github.com/subquery/subql/compare/types/3.11.3...types/3.12.0 [3.11.3]: https://github.com/subquery/subql/compare/types/3.11.2...types/3.11.3 [3.11.2]: https://github.com/subquery/subql/compare/types/3.11.1...types/3.11.2 [3.11.1]: https://github.com/subquery/subql/compare/types/3.11.0...types/3.11.1