diff --git a/apps/deploy-web/CHANGELOG.md b/apps/deploy-web/CHANGELOG.md index 56fa43cb3..720ee9fdf 100644 --- a/apps/deploy-web/CHANGELOG.md +++ b/apps/deploy-web/CHANGELOG.md @@ -1,5 +1,12 @@ +## [2.27.6](https://github.com/akash-network/console/compare/console-web/v2.27.5...console-web/v2.27.6) (2024-12-30) + + +### Bug Fixes + +* **billing:** use specific endpoint to check managed wallet grants ([d87d79f](https://github.com/akash-network/console/commit/d87d79fbe29350c57c625e61e7f9805c5dc0b6ea)) + ## [2.27.5](https://github.com/akash-network/console/compare/console-web/v2.27.4...console-web/v2.27.5) (2024-12-27) diff --git a/apps/deploy-web/package.json b/apps/deploy-web/package.json index 489b35ae0..249d29d24 100644 --- a/apps/deploy-web/package.json +++ b/apps/deploy-web/package.json @@ -1,6 +1,6 @@ { "name": "@akashnetwork/console-web", - "version": "2.27.5", + "version": "2.27.6", "private": true, "description": "Web UI to deploy on the Akash Network and view statistic about network usage.", "license": "Apache-2.0",