diff --git a/apps/deploy-web/CHANGELOG.md b/apps/deploy-web/CHANGELOG.md index 5b374c633..2156462b5 100644 --- a/apps/deploy-web/CHANGELOG.md +++ b/apps/deploy-web/CHANGELOG.md @@ -1,5 +1,13 @@ +## [2.41.0](https://github.com/akash-network/console/compare/console-web/v2.40.0...console-web/v2.41.0) (2025-02-06) + + +### Features + +* adds certificate validation to ws proxy ([#780](https://github.com/akash-network/console/issues/780)) ([2d1cc3d](https://github.com/akash-network/console/commit/2d1cc3d7c39ec50ea3ca292d3d3bce47db3185ca)), closes [#170](https://github.com/akash-network/console/issues/170) +* **deployment:** add new badge ([dd338ee](https://github.com/akash-network/console/commit/dd338ee7b4e6378a5627d4ea16fdf14a056145c6)), closes [#796](https://github.com/akash-network/console/issues/796) + ## [2.40.0](https://github.com/akash-network/console/compare/console-web/v2.39.0...console-web/v2.40.0) (2025-02-05) diff --git a/apps/deploy-web/package.json b/apps/deploy-web/package.json index d7b3bc75e..fbc551eec 100644 --- a/apps/deploy-web/package.json +++ b/apps/deploy-web/package.json @@ -1,6 +1,6 @@ { "name": "@akashnetwork/console-web", - "version": "2.40.0", + "version": "2.41.0", "private": true, "description": "Web UI to deploy on the Akash Network and view statistic about network usage.", "license": "Apache-2.0", diff --git a/apps/provider-proxy/CHANGELOG.md b/apps/provider-proxy/CHANGELOG.md index b5c473b6e..51e277f18 100644 --- a/apps/provider-proxy/CHANGELOG.md +++ b/apps/provider-proxy/CHANGELOG.md @@ -1,5 +1,12 @@ +## [1.4.0](https://github.com/akash-network/console/compare/provider-proxy/v1.3.4...provider-proxy/v1.4.0) (2025-02-06) + + +### Features + +* adds certificate validation to ws proxy ([#780](https://github.com/akash-network/console/issues/780)) ([2d1cc3d](https://github.com/akash-network/console/commit/2d1cc3d7c39ec50ea3ca292d3d3bce47db3185ca)), closes [#170](https://github.com/akash-network/console/issues/170) + ## [1.3.4](https://github.com/akash-network/console/compare/provider-proxy/v1.3.3...provider-proxy/v1.3.4) (2025-02-05) diff --git a/apps/provider-proxy/package.json b/apps/provider-proxy/package.json index ef2530d6b..daace0f92 100644 --- a/apps/provider-proxy/package.json +++ b/apps/provider-proxy/package.json @@ -1,6 +1,6 @@ { "name": "@akashnetwork/provider-proxy", - "version": "1.3.4", + "version": "1.4.0", "description": "Proxy that allows communication between the Web UI and providers", "license": "Apache-2.0", "author": "Akash Network",