diff --git a/CHANGELOG.md b/CHANGELOG.md index 08c2116e0..7954ae758 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +### [3.0.1](https://github.com/CaritasDeutschland/caritas-onlineBeratung-userService/compare/v3.0.0...v3.0.1) (2024-05-14) + + +### Bug Fixes + +* invalid keycloak tenant id assingment issue on consultant update ([f56beb1](https://github.com/CaritasDeutschland/caritas-onlineBeratung-userService/commit/f56beb1b578e39f30ea39f189d8c6670b01bb806)) + ## 3.0.0 (2024-05-13) diff --git a/package-lock.json b/package-lock.json index 13e899da3..92eef7d8b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "online-beratung-userservice", - "version": "3.0.0", + "version": "3.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ed85099a4..32a828a39 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "online-beratung-userservice", - "version": "3.0.0", + "version": "3.0.1", "scripts": { "release": "standard-version" },