From 8470a16ee82272f0fb04abefd9499511f87bfbca Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 22 Mar 2024 10:05:41 +0000 Subject: [PATCH] ci(release): 2.4.1 ## [2.4.1](https://github.com/SoftwareAG/cumulocity-remote-access-cloud-http-proxy/compare/v2.4.0...v2.4.1) (2024-03-22) ### Bug Fixes * **microservice:** prefer `authorization` cookie over bearer token in `authorization` header when trying to extract user and tenant information ([5b4058b](https://github.com/SoftwareAG/cumulocity-remote-access-cloud-http-proxy/commit/5b4058bda3b4bc186118f09e99d58d9ed5496bde)) --- CHANGELOG.md | 7 +++++++ backend/cumulocity.json | 2 +- backend/package-lock.json | 4 ++-- backend/package.json | 2 +- frontend/package-lock.json | 4 ++-- frontend/package.json | 2 +- 6 files changed, 14 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c0998e3..48d0a13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.4.1](https://github.com/SoftwareAG/cumulocity-remote-access-cloud-http-proxy/compare/v2.4.0...v2.4.1) (2024-03-22) + + +### Bug Fixes + +* **microservice:** prefer `authorization` cookie over bearer token in `authorization` header when trying to extract user and tenant information ([5b4058b](https://github.com/SoftwareAG/cumulocity-remote-access-cloud-http-proxy/commit/5b4058bda3b4bc186118f09e99d58d9ed5496bde)) + # [2.4.0](https://github.com/SoftwareAG/cumulocity-remote-access-cloud-http-proxy/compare/v2.3.3...v2.4.0) (2024-03-21) diff --git a/backend/cumulocity.json b/backend/cumulocity.json index 5c85733..fc93fcc 100644 --- a/backend/cumulocity.json +++ b/backend/cumulocity.json @@ -1,7 +1,7 @@ { "apiVersion": "2", "name": "cloud-http-proxy", - "version": "2.4.0", + "version": "2.4.1", "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 138d90f..36efdb5 100644 --- a/backend/package-lock.json +++ b/backend/package-lock.json @@ -1,12 +1,12 @@ { "name": "cloud-http-proxy", - "version": "2.4.0", + "version": "2.4.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "cloud-http-proxy", - "version": "2.4.0", + "version": "2.4.1", "license": "Apache-2.0", "dependencies": { "@c8y/client": "^1019.6.11", diff --git a/backend/package.json b/backend/package.json index 36b57e0..0d27b4d 100644 --- a/backend/package.json +++ b/backend/package.json @@ -1,6 +1,6 @@ { "name": "cloud-http-proxy", - "version": "2.4.0", + "version": "2.4.1", "description": "", "main": "src/index.js", "private": "true", diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 2421292..dc657ae 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.0", + "version": "2.4.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "remote-access-cloud-http-proxy-ui", - "version": "2.4.0", + "version": "2.4.1", "license": "Apache-2.0", "dependencies": { "@angular/animations": "^16.2.0", diff --git a/frontend/package.json b/frontend/package.json index 313b23a..13acf44 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "remote-access-cloud-http-proxy-ui", - "version": "2.4.0", + "version": "2.4.1", "author": "Tristan Bastian", "description": "Allows to proxy HTTP requests through the cloud to an HTTP server running on a Cumulocity IoT connected device.", "scripts": {