Skip to content

Commit 9eafcdf

Browse files
ci(release): 2.10.0
# [2.10.0](v2.9.2...v2.10.0) (2025-04-03) ### Features * add cron job to disable xsrf token validation on subscribed tenants automatically ([#107](#107)) ([a197626](a197626))
1 parent a197626 commit 9eafcdf

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [2.10.0](https://github.com/Cumulocity-IoT/cumulocity-remote-access-cloud-http-proxy/compare/v2.9.2...v2.10.0) (2025-04-03)
2+
3+
4+
### Features
5+
6+
* add cron job to disable xsrf token validation on subscribed tenants automatically ([#107](https://github.com/Cumulocity-IoT/cumulocity-remote-access-cloud-http-proxy/issues/107)) ([a197626](https://github.com/Cumulocity-IoT/cumulocity-remote-access-cloud-http-proxy/commit/a1976262a9ffbf3ff395cab0f6ecf9b277a75e37))
7+
18
## [2.9.2](https://github.com/Cumulocity-IoT/cumulocity-remote-access-cloud-http-proxy/compare/v2.9.1...v2.9.2) (2024-12-12)
29

310

backend/cumulocity.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"apiVersion": "2",
33
"name": "cloud-http-proxy",
4-
"version": "2.9.2",
4+
"version": "2.10.0",
55
"provider": {
66
"name": "Tristan Bastian",
77
"domain": "https://github.com/Cumulocity-IoT/cumulocity-remote-access-cloud-http-proxy",

backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cloud-http-proxy",
3-
"version": "2.9.2",
3+
"version": "2.10.0",
44
"description": "",
55
"main": "src/index.js",
66
"private": "true",

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "remote-access-cloud-http-proxy-ui",
3-
"version": "2.9.2",
3+
"version": "2.10.0",
44
"author": "Tristan Bastian",
55
"description": "Allows to proxy HTTP requests through the cloud to an HTTP server running on a Cumulocity IoT connected device.",
66
"scripts": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "cumulocity-remote-access-cloud-http-proxy",
33
"private": true,
4-
"version": "2.9.2",
4+
"version": "2.10.0",
55
"author": "Tristan Bastian",
66
"description": "Allows to proxy HTTP requests through the cloud to an HTTP server running on a Cumulocity IoT connected device.",
77
"scripts": {

0 commit comments

Comments
 (0)