diff --git a/apps/api/CHANGELOG.md b/apps/api/CHANGELOG.md index b518c2498..732127eb9 100644 --- a/apps/api/CHANGELOG.md +++ b/apps/api/CHANGELOG.md @@ -1,5 +1,12 @@ +## [2.52.3](https://github.com/akash-network/console/compare/console-api/v2.52.2...console-api/v2.52.3) (2025-01-21) + + +### Bug Fixes + +* **stats:** moves total storage aggregation outside of reduce ([#689](https://github.com/akash-network/console/issues/689)) ([c410f81](https://github.com/akash-network/console/commit/c410f81edb5ca01c701449284515236c68f821b9)) + ## [2.52.2](https://github.com/akash-network/console/compare/console-api/v2.52.1...console-api/v2.52.2) (2025-01-21) diff --git a/apps/api/package.json b/apps/api/package.json index 657247ec5..a8ac7e2c7 100644 --- a/apps/api/package.json +++ b/apps/api/package.json @@ -1,6 +1,6 @@ { "name": "@akashnetwork/console-api", - "version": "2.52.2", + "version": "2.52.3", "description": "Api providing data to the deploy tool", "repository": { "type": "git",