diff --git a/packages/node-core/CHANGELOG.md b/packages/node-core/CHANGELOG.md index da8ccf0c4f..09ded8c695 100644 --- a/packages/node-core/CHANGELOG.md +++ b/packages/node-core/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [7.2.0] - 2024-01-30 ### Changed - Update `@subql/apollo-links` and add specific logger for it @@ -551,7 +553,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Move blockchain agnostic code from `node` to `node-core` package. (#1222) -[Unreleased]: https://github.com/subquery/subql/compare/node-core/7.1.0...HEAD +[Unreleased]: https://github.com/subquery/subql/compare/node-core/7.2.0...HEAD +[7.2.0]: https://github.com/subquery/subql/compare/node-core/7.1.0...node-core/7.2.0 [7.1.0]: https://github.com/subquery/subql/compare/node-core/7.0.8...node-core/7.1.0 [7.0.8]: https://github.com/subquery/subql/compare/node-core/7.0.7...node-core/7.0.8 [7.0.7]: https://github.com/subquery/subql/compare/node-core/7.0.6...node-core/7.0.7 diff --git a/packages/node/CHANGELOG.md b/packages/node/CHANGELOG.md index 4e1557f27c..fb105aa5e6 100644 --- a/packages/node/CHANGELOG.md +++ b/packages/node/CHANGELOG.md @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] + ## [3.5.1] - 2024-01-30 ### Changed - Update `@subql/node-core` with updates to `@subql/apollo-links`