Skip to content

Commit

Permalink
chore(release): 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Apr 15, 2022
1 parent 53f684a commit 59865a8
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,27 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [1.6.0](https://github.com/CaritasDeutschland/caritas-onlineBeratung-videoService/compare/v1.4.0...v1.6.0) (2022-04-15)


### Features

* adapt documentation and fix sonar issues ([ed04cd1](https://github.com/CaritasDeutschland/caritas-onlineBeratung-videoService/commit/ed04cd1bb06bda640389214967f6c0a583dc9d77))
* design jwt endpoint ([e53d4e4](https://github.com/CaritasDeutschland/caritas-onlineBeratung-videoService/commit/e53d4e4cd2297e98daadb7d32d647fe425b06a51))
* enable web token creation for anonymous users ([cb2eca3](https://github.com/CaritasDeutschland/caritas-onlineBeratung-videoService/commit/cb2eca3a26a063fd58e2bd0a02b873d46ee113b4))
* implement web token creation ([359048b](https://github.com/CaritasDeutschland/caritas-onlineBeratung-videoService/commit/359048b34f39d4abc463aa9292f55031daaf65b5))
* implementation and tests ([fa4cfa3](https://github.com/CaritasDeutschland/caritas-onlineBeratung-videoService/commit/fa4cfa348b9d7f87152905ee37124189c646868c))
* new api format ([5fb930f](https://github.com/CaritasDeutschland/caritas-onlineBeratung-videoService/commit/5fb930fd4f0cece49019b38f8f076c8984ed8d24))
* updated dockerImage.yml ([a1e241f](https://github.com/CaritasDeutschland/caritas-onlineBeratung-videoService/commit/a1e241f49aef9d4fa24fffbfa024e704df0d757c))
* updated service api descriptions ([dfc6c03](https://github.com/CaritasDeutschland/caritas-onlineBeratung-videoService/commit/dfc6c0347313b8336cba3b29f2730fb2fe74b24c))
* upgrade keycloak to the latest version ([7d591dc](https://github.com/CaritasDeutschland/caritas-onlineBeratung-videoService/commit/7d591dc1ac1e451fe1076625911ba511e734e749))


### Bug Fixes

* force safe log4j version ([d8d4201](https://github.com/CaritasDeutschland/caritas-onlineBeratung-videoService/commit/d8d420143511bfa601d4e2bb6669c5bb48d86e38))
* update log4j ([0cb8d69](https://github.com/CaritasDeutschland/caritas-onlineBeratung-videoService/commit/0cb8d69cce3a4994f7bd9436cc40967146b01fd6))

### [1.5.1](https://github.com/CaritasDeutschland/caritas-onlineBeratung-videoService/compare/v1.5.0...v1.5.1) (2021-12-14)

## [1.5.0](https://github.com/CaritasDeutschland/caritas-onlineBeratung-videoService/compare/v1.4.0...v1.5.0) (2021-12-14)
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "caritas-online-beratung-videoservice",
"version": "1.5.1",
"version": "1.6.0",
"scripts": {
"release": "standard-version"
},
Expand Down

0 comments on commit 59865a8

Please sign in to comment.