Skip to content

Commit

Permalink
chore(release): update versions and changelogs (#692)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jan 22, 2025
1 parent 19cb7e6 commit 546c0e6
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions apps/api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion apps/api/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 546c0e6

Please sign in to comment.