diff --git a/apps/deploy-web/CHANGELOG.md b/apps/deploy-web/CHANGELOG.md index 17304f628..7741459e7 100644 --- a/apps/deploy-web/CHANGELOG.md +++ b/apps/deploy-web/CHANGELOG.md @@ -1,5 +1,12 @@ +## [2.30.1](https://github.com/akash-network/console/compare/console-web/v2.30.0...console-web/v2.30.1) (2025-01-16) + + +### Bug Fixes + +* **auth:** revert cf clearance cookie forwarding to api via auth proxy ([ac6aca5](https://github.com/akash-network/console/commit/ac6aca5752fd66d144fcb6c5eafbe69c6bc91401)) + ## [2.30.0](https://github.com/akash-network/console/compare/console-web/v2.29.2...console-web/v2.30.0) (2025-01-16) diff --git a/apps/deploy-web/package.json b/apps/deploy-web/package.json index e145dfd79..91b40638d 100644 --- a/apps/deploy-web/package.json +++ b/apps/deploy-web/package.json @@ -1,6 +1,6 @@ { "name": "@akashnetwork/console-web", - "version": "2.30.0", + "version": "2.30.1", "private": true, "description": "Web UI to deploy on the Akash Network and view statistic about network usage.", "license": "Apache-2.0",