diff --git a/apps/deploy-web/CHANGELOG.md b/apps/deploy-web/CHANGELOG.md index c6afe2314..44b868fdf 100644 --- a/apps/deploy-web/CHANGELOG.md +++ b/apps/deploy-web/CHANGELOG.md @@ -1,5 +1,12 @@ +## [2.27.1](https://github.com/akash-network/console/compare/console-web/v2.27.0...console-web/v2.27.1) (2024-12-27) + + +### Bug Fixes + +* disable authz request temporarily ([a1a6664](https://github.com/akash-network/console/commit/a1a6664034828217020ca400ccc7bd4ffc90ea25)) + ## [2.27.0](https://github.com/akash-network/console/compare/console-web/v2.26.0...console-web/v2.27.0) (2024-12-19) diff --git a/apps/deploy-web/package.json b/apps/deploy-web/package.json index 6d8e8c10d..61b0b1024 100644 --- a/apps/deploy-web/package.json +++ b/apps/deploy-web/package.json @@ -1,6 +1,6 @@ { "name": "@akashnetwork/console-web", - "version": "2.27.0", + "version": "2.27.1", "private": true, "description": "Web UI to deploy on the Akash Network and view statistic about network usage.", "license": "Apache-2.0",