diff --git a/CHANGELOG.md b/CHANGELOG.md index 909e600..4aa4d98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.9.2](https://github.com/Cumulocity-IoT/cumulocity-remote-access-cloud-http-proxy/compare/v2.9.1...v2.9.2) (2024-12-12) + + +### Bug Fixes + +* http proxy tabs should not be gone when alarms tab is visited ([339ed9b](https://github.com/Cumulocity-IoT/cumulocity-remote-access-cloud-http-proxy/commit/339ed9bc1a8645a2b78632cb81bbf703356b9c51)) + ## [2.9.1](https://github.com/Cumulocity-IoT/cumulocity-remote-access-cloud-http-proxy/compare/v2.9.0...v2.9.1) (2024-12-03) diff --git a/backend/cumulocity.json b/backend/cumulocity.json index 4c7abd6..bfcc7ba 100644 --- a/backend/cumulocity.json +++ b/backend/cumulocity.json @@ -1,7 +1,7 @@ { "apiVersion": "2", "name": "cloud-http-proxy", - "version": "2.9.1", + "version": "2.9.2", "provider": { "name": "Tristan Bastian", "domain": "https://github.com/Cumulocity-IoT/cumulocity-remote-access-cloud-http-proxy", diff --git a/backend/package.json b/backend/package.json index 010001c..0b702f5 100644 --- a/backend/package.json +++ b/backend/package.json @@ -1,6 +1,6 @@ { "name": "cloud-http-proxy", - "version": "2.9.1", + "version": "2.9.2", "description": "", "main": "src/index.js", "private": "true", diff --git a/frontend/package.json b/frontend/package.json index 118ad88..2923d72 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "remote-access-cloud-http-proxy-ui", - "version": "2.9.1", + "version": "2.9.2", "author": "Tristan Bastian", "description": "Allows to proxy HTTP requests through the cloud to an HTTP server running on a Cumulocity IoT connected device.", "scripts": { diff --git a/package.json b/package.json index f0b2322..b6183de 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "cumulocity-remote-access-cloud-http-proxy", "private": true, - "version": "2.9.1", + "version": "2.9.2", "author": "Tristan Bastian", "description": "Allows to proxy HTTP requests through the cloud to an HTTP server running on a Cumulocity IoT connected device.", "scripts": {