diff --git a/apps/deploy-web/CHANGELOG.md b/apps/deploy-web/CHANGELOG.md index 11656a513..47cca1e4d 100644 --- a/apps/deploy-web/CHANGELOG.md +++ b/apps/deploy-web/CHANGELOG.md @@ -1,5 +1,12 @@ +## [2.29.0](https://github.com/akash-network/console/compare/console-web/v2.28.3...console-web/v2.29.0) (2025-01-15) + + +### Features + +* **auth:** add a turnstile widget ([d485fbb](https://github.com/akash-network/console/commit/d485fbbf292a8a671d478eb1f03cfc208cda5e6f)), closes [#627](https://github.com/akash-network/console/issues/627) + ## [2.28.3](https://github.com/akash-network/console/compare/console-web/v2.28.2...console-web/v2.28.3) (2025-01-14) diff --git a/apps/deploy-web/package.json b/apps/deploy-web/package.json index 9c4601955..09323ba34 100644 --- a/apps/deploy-web/package.json +++ b/apps/deploy-web/package.json @@ -1,6 +1,6 @@ { "name": "@akashnetwork/console-web", - "version": "2.28.3", + "version": "2.29.0", "private": true, "description": "Web UI to deploy on the Akash Network and view statistic about network usage.", "license": "Apache-2.0",