Skip to content

Commit

Permalink
chore(main): release backend 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Dec 4, 2024
1 parent 37405ce commit af4d6f2
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"webapp":"0.1.0","das_client":"0.5.0"}
{"webapp":"0.1.0","das_client":"0.5.0","backend":"0.1.0"}
24 changes: 24 additions & 0 deletions backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Changelog

## 0.1.0 (2024-12-04)


### 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))


### 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))
5 changes: 2 additions & 3 deletions backend/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.springframework.boot</groupId>
Expand All @@ -10,7 +9,7 @@
</parent>
<groupId>ch.sbb</groupId>
<artifactId>backend</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
<name>backend</name>
<description>DAS Backend</description>
<url/>
Expand Down

0 comments on commit af4d6f2

Please sign in to comment.