diff --git a/CHANGELOG.md b/CHANGELOG.md index dd1b896..87f5c27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [2.3.2](https://github.com/SoftwareAG/cumulocity-remote-access-cloud-http-proxy/compare/v2.3.1...v2.3.2) (2024-03-05) + + +### Bug Fixes + +* add gainsight events for tracking ([12b58d7](https://github.com/SoftwareAG/cumulocity-remote-access-cloud-http-proxy/commit/12b58d7b01899f9bcfb350044618fcf9dff5a893)) +* make gainsight service optional ([645571f](https://github.com/SoftwareAG/cumulocity-remote-access-cloud-http-proxy/commit/645571f14c21321bf404699b5f7bee2228f10cb0)) + ## [2.3.1](https://github.com/SoftwareAG/cumulocity-remote-access-cloud-http-proxy/compare/v2.3.0...v2.3.1) (2024-03-04) diff --git a/backend/cumulocity.json b/backend/cumulocity.json index 287397c..8d92151 100644 --- a/backend/cumulocity.json +++ b/backend/cumulocity.json @@ -1,7 +1,7 @@ { "apiVersion": "2", "name": "cloud-http-proxy", - "version": "2.3.1", + "version": "2.3.2", "provider": { "name": "Tristan Bastian", "domain": "https://github.com/SoftwareAG/cumulocity-remote-access-cloud-http-proxy", diff --git a/backend/package-lock.json b/backend/package-lock.json index 0f0b20f..b2f6cc2 100644 --- a/backend/package-lock.json +++ b/backend/package-lock.json @@ -1,12 +1,12 @@ { "name": "cloud-http-proxy", - "version": "2.3.1", + "version": "2.3.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "cloud-http-proxy", - "version": "2.3.1", + "version": "2.3.2", "license": "Apache-2.0", "dependencies": { "@c8y/client": "^1019.6.11", diff --git a/backend/package.json b/backend/package.json index 4f936c4..21edb35 100644 --- a/backend/package.json +++ b/backend/package.json @@ -1,6 +1,6 @@ { "name": "cloud-http-proxy", - "version": "2.3.1", + "version": "2.3.2", "description": "", "main": "src/index.js", "private": "true", diff --git a/frontend/package-lock.json b/frontend/package-lock.json index a8e36f7..e111e7a 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "remote-access-cloud-http-proxy-ui", - "version": "2.3.1", + "version": "2.3.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "remote-access-cloud-http-proxy-ui", - "version": "2.3.1", + "version": "2.3.2", "license": "Apache-2.0", "dependencies": { "@angular/animations": "^16.2.0", diff --git a/frontend/package.json b/frontend/package.json index 965c4e4..e9dac90 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "remote-access-cloud-http-proxy-ui", - "version": "2.3.1", + "version": "2.3.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": {