Skip to content

Commit

Permalink
ci(release): 2.6.0
Browse files Browse the repository at this point in the history
# [2.6.0](v2.5.0...v2.6.0) (2024-04-10)

### Features

* **frontend:** add UI dialog to configure http headers that will be added by the microserivce to requests going to the http servers ([f2ad509](f2ad509))
  • Loading branch information
semantic-release-bot committed Apr 10, 2024
1 parent d7d5949 commit 09db736
Show file tree
Hide file tree
Showing 6 changed files with 1,111 additions and 697 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [2.6.0](https://github.com/SoftwareAG/cumulocity-remote-access-cloud-http-proxy/compare/v2.5.0...v2.6.0) (2024-04-10)


### Features

* **frontend:** add UI dialog to configure http headers that will be added by the microserivce to requests going to the http servers ([f2ad509](https://github.com/SoftwareAG/cumulocity-remote-access-cloud-http-proxy/commit/f2ad509943f1129065aaafddd1eb7a925dbaf3d6))

# [2.5.0](https://github.com/SoftwareAG/cumulocity-remote-access-cloud-http-proxy/compare/v2.4.3...v2.5.0) (2024-04-03)


Expand Down
2 changes: 1 addition & 1 deletion backend/cumulocity.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"apiVersion": "2",
"name": "cloud-http-proxy",
"version": "2.5.0",
"version": "2.6.0",
"provider": {
"name": "Tristan Bastian",
"domain": "https://github.com/SoftwareAG/cumulocity-remote-access-cloud-http-proxy",
Expand Down
2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cloud-http-proxy",
"version": "2.5.0",
"version": "2.6.0",
"description": "",
"main": "src/index.js",
"private": "true",
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "remote-access-cloud-http-proxy-ui",
"version": "2.5.0",
"version": "2.6.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": {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cumulocity-remote-access-cloud-http-proxy",
"private": true,
"version": "2.4.3",
"version": "2.6.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": {
Expand All @@ -25,4 +25,4 @@
"devDependencies": {
"autoprefixer": "^10.4.12"
}
}
}

0 comments on commit 09db736

Please sign in to comment.