From a5a1261e1112f2c11838f2896498baa6c4a8f1e4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 6 Jun 2024 13:06:28 +0000 Subject: [PATCH] chore(main): release playground-backend 0.1.0 --- .release-please-manifest.json | 2 +- playground-backend/CHANGELOG.md | 31 +++++++++++++++++++++++++++++++ playground-backend/pom.xml | 2 +- 3 files changed, 33 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 956f2d45..22eb95c9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{"webapp":"0.1.0"} +{"webapp":"0.1.0","playground-backend":"0.1.0"} diff --git a/playground-backend/CHANGELOG.md b/playground-backend/CHANGELOG.md index 4dc68c6f..55021976 100644 --- a/playground-backend/CHANGELOG.md +++ b/playground-backend/CHANGELOG.md @@ -1,2 +1,33 @@ # Changelog +## 0.1.0 (2024-06-06) + + +### Features + +* add backend actions ([#6](https://github.com/SchweizerischeBundesbahnen/DAS/issues/6)) ([d7fc9e8](https://github.com/SchweizerischeBundesbahnen/DAS/commit/d7fc9e883baddcaf343d658309457eca7137fe94)) +* change java version from 17 to 21 ([e2a1491](https://github.com/SchweizerischeBundesbahnen/DAS/commit/e2a1491fb39722f27135616b1d1b823ee5370aa3)) +* change text ([#25](https://github.com/SchweizerischeBundesbahnen/DAS/issues/25)) ([286a59a](https://github.com/SchweizerischeBundesbahnen/DAS/commit/286a59a5c1165af8e2de2d2d70664636b3c19ab5)) +* **playground-backend:** revert ([06f5522](https://github.com/SchweizerischeBundesbahnen/DAS/commit/06f552298a969ac1bca4c03cc810d7db08740e3f)) +* rename method ([b99f563](https://github.com/SchweizerischeBundesbahnen/DAS/commit/b99f5636ebbac3840e25e48944fa61b1bcf6c9a9)) +* rename test ([83acd14](https://github.com/SchweizerischeBundesbahnen/DAS/commit/83acd1469cf86f4b1ac99994bdba8dcdc8232fa2)) +* sfera handshake and jp communication ([#106](https://github.com/SchweizerischeBundesbahnen/DAS/issues/106)) ([9d9ddcd](https://github.com/SchweizerischeBundesbahnen/DAS/commit/9d9ddcd40c0e259ecfb267a1bab5c3451615a159)) +* trigger build ([3f41ab7](https://github.com/SchweizerischeBundesbahnen/DAS/commit/3f41ab714bfedffedadaffaaf8a8905176424c6d)) + + +### Bug Fixes + +* add actuator ([082e1f1](https://github.com/SchweizerischeBundesbahnen/DAS/commit/082e1f1b51bf836d5594ec9b36b29d6a3a0324dc)) +* add jp reply xml ([bada566](https://github.com/SchweizerischeBundesbahnen/DAS/commit/bada566d78c855a1c0be9cac95ee3130ac2d109d)) +* correlationId in log ([4fdfd20](https://github.com/SchweizerischeBundesbahnen/DAS/commit/4fdfd2022ff8a03219441493266c42fe95ce50e1)) +* jvm tool options ([08d55f7](https://github.com/SchweizerischeBundesbahnen/DAS/commit/08d55f7e9fb25b1a3440ddb500c0e7531d3aa40c)) +* make xml requests more resilient ([6198dd1](https://github.com/SchweizerischeBundesbahnen/DAS/commit/6198dd17de1b320d2254afba7925f10c53f4ffb9)) +* **playground-backend:** package permission ([3573f03](https://github.com/SchweizerischeBundesbahnen/DAS/commit/3573f03f9400adae9a9279a43dafe2121d9e5a12)) +* **playground-backend:** rename ([0ede3c7](https://github.com/SchweizerischeBundesbahnen/DAS/commit/0ede3c762789a6c1a9256524057e59602e2034e3)) + + +### Miscellaneous Chores + +* release 0.1.0 ([e73de8e](https://github.com/SchweizerischeBundesbahnen/DAS/commit/e73de8ed6c8f44c533afcc709c822d14f554c065)) + +## Changelog diff --git a/playground-backend/pom.xml b/playground-backend/pom.xml index b62982c5..000437ec 100644 --- a/playground-backend/pom.xml +++ b/playground-backend/pom.xml @@ -9,7 +9,7 @@ ch.sbb playground-backend - 0.1.0-SNAPSHOT + 0.1.0 playground-backend SFERA playground project