From 546c0e6fa8c70ae1a6f0783d2b95f2d0c0e15c9b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2025 11:17:01 +0100 Subject: [PATCH] chore(release): update versions and changelogs (#692) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- apps/api/CHANGELOG.md | 14 ++++++++++++++ apps/api/package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/apps/api/CHANGELOG.md b/apps/api/CHANGELOG.md index 732127eb9..ec9a544a7 100644 --- a/apps/api/CHANGELOG.md +++ b/apps/api/CHANGELOG.md @@ -1,5 +1,19 @@ +## [2.53.0](https://github.com/akash-network/console/compare/console-api/v2.52.3...console-api/v2.53.0) (2025-01-22) + + +### Features + +* **analytics:** GPU Usage ([10060d8](https://github.com/akash-network/console/commit/10060d8f8e5d780658cbb325040c8787763d6ddd)), closes [#580](https://github.com/akash-network/console/issues/580) + + +### Bug Fixes + +* **billing:** added a stripe middleware ([#695](https://github.com/akash-network/console/issues/695)) ([703308f](https://github.com/akash-network/console/commit/703308f8f948e69d0373a79c942a3d05c7840b13)) +* **billing:** changes body content type and schema to avoid parsing a stripe webhook ([19cb7e6](https://github.com/akash-network/console/commit/19cb7e641d5305c5c6321b13347b50c3fd86cd47)) +* **stats:** fixes mistake in provider stats ([#691](https://github.com/akash-network/console/issues/691)) ([933cebf](https://github.com/akash-network/console/commit/933cebf625cb901bd25bf36b370469aaec48064f)), closes [#645](https://github.com/akash-network/console/issues/645) + ## [2.52.3](https://github.com/akash-network/console/compare/console-api/v2.52.2...console-api/v2.52.3) (2025-01-21) diff --git a/apps/api/package.json b/apps/api/package.json index a8ac7e2c7..ad383cc18 100644 --- a/apps/api/package.json +++ b/apps/api/package.json @@ -1,6 +1,6 @@ { "name": "@akashnetwork/console-api", - "version": "2.52.3", + "version": "2.53.0", "description": "Api providing data to the deploy tool", "repository": { "type": "git",