diff --git a/CHANGELOG.md b/CHANGELOG.md index 48d0a13..8c4575f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.4.2](https://github.com/SoftwareAG/cumulocity-remote-access-cloud-http-proxy/compare/v2.4.1...v2.4.2) (2024-03-22) + + +### Bug Fixes + +* **microservice:** allow forwarding auth header if cookie for auth is also present ([97d66b9](https://github.com/SoftwareAG/cumulocity-remote-access-cloud-http-proxy/commit/97d66b9766d8cd4314502757155b55782d867f9f)) + ## [2.4.1](https://github.com/SoftwareAG/cumulocity-remote-access-cloud-http-proxy/compare/v2.4.0...v2.4.1) (2024-03-22) diff --git a/backend/cumulocity.json b/backend/cumulocity.json index fc93fcc..3fd68dc 100644 --- a/backend/cumulocity.json +++ b/backend/cumulocity.json @@ -1,7 +1,7 @@ { "apiVersion": "2", "name": "cloud-http-proxy", - "version": "2.4.1", + "version": "2.4.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 36efdb5..b9ea6ba 100644 --- a/backend/package-lock.json +++ b/backend/package-lock.json @@ -1,12 +1,12 @@ { "name": "cloud-http-proxy", - "version": "2.4.1", + "version": "2.4.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "cloud-http-proxy", - "version": "2.4.1", + "version": "2.4.2", "license": "Apache-2.0", "dependencies": { "@c8y/client": "^1019.6.11", diff --git a/backend/package.json b/backend/package.json index 0d27b4d..922b5d1 100644 --- a/backend/package.json +++ b/backend/package.json @@ -1,6 +1,6 @@ { "name": "cloud-http-proxy", - "version": "2.4.1", + "version": "2.4.2", "description": "", "main": "src/index.js", "private": "true", diff --git a/frontend/package-lock.json b/frontend/package-lock.json index dc657ae..53a5935 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "remote-access-cloud-http-proxy-ui", - "version": "2.4.1", + "version": "2.4.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "remote-access-cloud-http-proxy-ui", - "version": "2.4.1", + "version": "2.4.2", "license": "Apache-2.0", "dependencies": { "@angular/animations": "^16.2.0", diff --git a/frontend/package.json b/frontend/package.json index 13acf44..05bf222 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "remote-access-cloud-http-proxy-ui", - "version": "2.4.1", + "version": "2.4.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": {