diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a4312371..194ffe40 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{"webapp":"0.1.0","das_client":"0.2.1"} +{"webapp":"0.1.0","das_client":"0.2.1","backend":"0.1.0"} diff --git a/backend/CHANGELOG.md b/backend/CHANGELOG.md new file mode 100644 index 00000000..09526f01 --- /dev/null +++ b/backend/CHANGELOG.md @@ -0,0 +1,19 @@ +# Changelog + +## 0.1.0 (2024-11-01) + + +### Features + +* backend base with logging api ([#282](https://github.com/SchweizerischeBundesbahnen/DAS/issues/282)) ([dc29b19](https://github.com/SchweizerischeBundesbahnen/DAS/commit/dc29b19d19d662e5053afbdd90ee01aecc4a23c0)) + + +### Bug Fixes + +* **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)) +* 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 8fa55343..2af3e950 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