From 2a95972f08e77754c5ca2a0ccc8e33a9e822f60b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 10:53:10 +0000 Subject: [PATCH] chore(main): release backend 0.1.0 --- .release-please-manifest.json | 2 +- backend/CHANGELOG.md | 25 +++++++++++++++++++++++++ backend/pom.xml | 5 ++--- 3 files changed, 28 insertions(+), 4 deletions(-) create mode 100644 backend/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1f99e14b..b5c21188 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{"webapp":"0.1.0","das_client":"0.5.0"} +{"webapp":"0.1.0","das_client":"0.5.0","backend":"0.1.0"} diff --git a/backend/CHANGELOG.md b/backend/CHANGELOG.md new file mode 100644 index 00000000..d6fecffb --- /dev/null +++ b/backend/CHANGELOG.md @@ -0,0 +1,25 @@ +# Changelog + +## 0.1.0 (2024-12-12) + + +### Features + +* backend base with logging api ([#282](https://github.com/SchweizerischeBundesbahnen/DAS/issues/282)) ([dc29b19](https://github.com/SchweizerischeBundesbahnen/DAS/commit/dc29b19d19d662e5053afbdd90ee01aecc4a23c0)) +* establish db connection ([#208](https://github.com/SchweizerischeBundesbahnen/DAS/issues/208)) ([9f1256b](https://github.com/SchweizerischeBundesbahnen/DAS/commit/9f1256b57f715dec1eeb59cea1cb3800ecee4204)) +* send logs to splunk ([#366](https://github.com/SchweizerischeBundesbahnen/DAS/issues/366)) ([d5a4d0f](https://github.com/SchweizerischeBundesbahnen/DAS/commit/d5a4d0fa8d0207bcf91d6936d442bb56b8a19191)) +* service points api ([#355](https://github.com/SchweizerischeBundesbahnen/DAS/issues/355)) ([3e434c0](https://github.com/SchweizerischeBundesbahnen/DAS/commit/3e434c0285accc76c63e98b6d85938d7040db8a7)) +* tour api ([#360](https://github.com/SchweizerischeBundesbahnen/DAS/issues/360)) ([#455](https://github.com/SchweizerischeBundesbahnen/DAS/issues/455)) ([50d5761](https://github.com/SchweizerischeBundesbahnen/DAS/commit/50d576157a0f9da28b0d9bfa57a4a55f3213299b)) + + +### Bug Fixes + +* **backend:** bls tenant ([d1c2724](https://github.com/SchweizerischeBundesbahnen/DAS/commit/d1c272485b94de667322145b00489384aae79f5b)) +* **deps:** update dependency org.springframework.boot:spring-boot-starter-parent to v3.3.5 ([#325](https://github.com/SchweizerischeBundesbahnen/DAS/issues/325)) ([11ed6ce](https://github.com/SchweizerischeBundesbahnen/DAS/commit/11ed6ce945a5619dc1bd1ff0cff2cc462fdf77d1)) +* **deps:** update dependency org.springframework.boot:spring-boot-starter-parent to v3.4.0 ([#424](https://github.com/SchweizerischeBundesbahnen/DAS/issues/424)) ([e325263](https://github.com/SchweizerischeBundesbahnen/DAS/commit/e325263012fe6417f337ba951d7d5136ae4c2de7)) +* error status codes ([#343](https://github.com/SchweizerischeBundesbahnen/DAS/issues/343)) ([a5985d6](https://github.com/SchweizerischeBundesbahnen/DAS/commit/a5985d6475d55eb8aee741fc49bd30216ea006d2)) + + +### Miscellaneous Chores + +* release 0.1.0 ([e73de8e](https://github.com/SchweizerischeBundesbahnen/DAS/commit/e73de8ed6c8f44c533afcc709c822d14f554c065)) diff --git a/backend/pom.xml b/backend/pom.xml index 4e18f74c..99004799 100644 --- a/backend/pom.xml +++ b/backend/pom.xml @@ -1,6 +1,5 @@ - + 4.0.0 org.springframework.boot @@ -10,7 +9,7 @@ ch.sbb backend - 0.1.0-SNAPSHOT + 0.1.0 backend DAS Backend