diff --git a/CHANGELOG.md b/CHANGELOG.md index a43f5c9..4582eb6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.7.0](https://github.com/centrifuge/api-v3/compare/v3.6.0...v3.7.0) (2026-04-10) + + +### Features + +* add tracking for max asset price age ([#343](https://github.com/centrifuge/api-v3/issues/343)) ([88516c0](https://github.com/centrifuge/api-v3/commit/88516c0b70f08262552ffb01052c6007b8f04710)) + ## [3.6.0](https://github.com/centrifuge/api-v3/compare/v3.5.0...v3.6.0) (2026-04-09) diff --git a/package.json b/package.json index e32b2db..790df5b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@centrifuge/api-v3", - "version": "3.6.0", + "version": "3.7.0", "repository": "https://github.com/centrifuge/api-v3", "private": false, "type": "module",