diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c0f96b..c0998e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# [2.4.0](https://github.com/SoftwareAG/cumulocity-remote-access-cloud-http-proxy/compare/v2.3.3...v2.4.0) (2024-03-21) + + +### Bug Fixes + +* **Microservice:** enhance logging in error cases ([9357174](https://github.com/SoftwareAG/cumulocity-remote-access-cloud-http-proxy/commit/93571749c1c4dfc0b0c49f1371a43ab576bea65a)) +* **Plugin:** add hint on console in case microservice was not found ([d7d0960](https://github.com/SoftwareAG/cumulocity-remote-access-cloud-http-proxy/commit/d7d0960d3f8df7a62d55725ce84d2a2c0849f91c)) + + +### Features + +* **microservice:** add custom user-agent header ([#45](https://github.com/SoftwareAG/cumulocity-remote-access-cloud-http-proxy/issues/45)) ([52278e6](https://github.com/SoftwareAG/cumulocity-remote-access-cloud-http-proxy/commit/52278e63f813af1d776c43e0a99feb528f3f654d)) + ## [2.3.3](https://github.com/SoftwareAG/cumulocity-remote-access-cloud-http-proxy/compare/v2.3.2...v2.3.3) (2024-03-21) diff --git a/backend/cumulocity.json b/backend/cumulocity.json index 20df759..5c85733 100644 --- a/backend/cumulocity.json +++ b/backend/cumulocity.json @@ -1,7 +1,7 @@ { "apiVersion": "2", "name": "cloud-http-proxy", - "version": "2.3.3", + "version": "2.4.0", "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 03186bd..138d90f 100644 --- a/backend/package-lock.json +++ b/backend/package-lock.json @@ -1,12 +1,12 @@ { "name": "cloud-http-proxy", - "version": "2.3.3", + "version": "2.4.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "cloud-http-proxy", - "version": "2.3.3", + "version": "2.4.0", "license": "Apache-2.0", "dependencies": { "@c8y/client": "^1019.6.11", diff --git a/backend/package.json b/backend/package.json index cdff982..36b57e0 100644 --- a/backend/package.json +++ b/backend/package.json @@ -1,6 +1,6 @@ { "name": "cloud-http-proxy", - "version": "2.3.3", + "version": "2.4.0", "description": "", "main": "src/index.js", "private": "true", diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 8877a66..2421292 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.3", + "version": "2.4.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "remote-access-cloud-http-proxy-ui", - "version": "2.3.3", + "version": "2.4.0", "license": "Apache-2.0", "dependencies": { "@angular/animations": "^16.2.0", diff --git a/frontend/package.json b/frontend/package.json index 018628d..313b23a 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "remote-access-cloud-http-proxy-ui", - "version": "2.3.3", + "version": "2.4.0", "author": "Tristan Bastian", "description": "Allows to proxy HTTP requests through the cloud to an HTTP server running on a Cumulocity IoT connected device.", "scripts": {