Skip to content

Commit

Permalink
chore(main): release playground-backend 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jul 3, 2024
1 parent fdbd5ca commit b3a7586
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 2 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"}
{"webapp":"0.1.0","playground-backend":"0.1.0"}
34 changes: 34 additions & 0 deletions playground-backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,36 @@
# Changelog

## 0.1.0 (2024-07-03)


### Features

* add backend actions ([#6](https://github.com/SchweizerischeBundesbahnen/DAS/issues/6)) ([d7fc9e8](https://github.com/SchweizerischeBundesbahnen/DAS/commit/d7fc9e883baddcaf343d658309457eca7137fe94))
* Add requestToken to CustomClaimController ([b976fb7](https://github.com/SchweizerischeBundesbahnen/DAS/commit/b976fb7562afc7ebc7ff88167bcec21dc0bc0a58))
* added CustomClaimController ([6360da2](https://github.com/SchweizerischeBundesbahnen/DAS/commit/6360da2b918a711ba9d65320e8e0c18e7b421a14))
* 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))
* mqtt with exchange token ([#128](https://github.com/SchweizerischeBundesbahnen/DAS/issues/128)) ([62060a4](https://github.com/SchweizerischeBundesbahnen/DAS/commit/62060a4cc10d84151306596cd8aceda742589cf4))
* **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
2 changes: 1 addition & 1 deletion playground-backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<groupId>ch.sbb</groupId>
<artifactId>playground-backend</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
<name>playground-backend</name>
<description>SFERA playground project</description>
<properties>
Expand Down

0 comments on commit b3a7586

Please sign in to comment.