From 154586328d7bc7dca3074165df48e6c97e6bad22 Mon Sep 17 00:00:00 2001 From: "Jorge S. Cuesta" Date: Tue, 3 Dec 2024 10:52:12 -0400 Subject: [PATCH] Update CHANGELOG.md --- packages/query/CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/packages/query/CHANGELOG.md b/packages/query/CHANGELOG.md index 558eb1ad94..9642a238f2 100644 --- a/packages/query/CHANGELOG.md +++ b/packages/query/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ### Fixed - High CPU usage caused by interval with 0ms (#2614) +### Added +- Add PgOrderByRelatedPlugin to GraphQL query package ## [2.17.1] - 2024-11-28 ### Fixed @@ -382,8 +384,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - overwrite plugin to fix one to one unique key check - update query publish and docker build process -[Unreleased]: https://github.com/subquery/subql/compare/query/2.17.1...HEAD -[2.17.1]: https://github.com/subquery/subql/compare/query/2.17.0...query/2.17.1 +[Unreleased]: https://github.com/subquery/subql/compare/query/2.17.0...HEAD [2.17.0]: https://github.com/subquery/subql/compare/query/2.16.0...query/2.17.0 [2.16.0]: https://github.com/subquery/subql/compare/query/2.15.2...query/2.16.0 [2.15.2]: https://github.com/subquery/subql/compare/query/2.15.1...query/2.15.2