diff --git a/CHANGELOG.md b/CHANGELOG.md index 9081d3d7..8e1c387d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.26.0](https://github.com/graasp/graasp-query-client/compare/v3.25.0...v3.26.0) (2024-10-01) + + +### Features + +* migrate Tanstack Query to v5 ([#892](https://github.com/graasp/graasp-query-client/issues/892)) ([1195d18](https://github.com/graasp/graasp-query-client/commit/1195d18216c7a74b447f4a485d2dd81481c8aa16)) + ## [3.25.0](https://github.com/graasp/graasp-query-client/compare/v3.24.0...v3.25.0) (2024-09-26) diff --git a/package.json b/package.json index 2762f682..a6c39da2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@graasp/query-client", - "version": "3.25.0", + "version": "3.26.0", "author": "Graasp", "repository": "graasp/graasp-query-client", "type": "module",