diff --git a/CHANGELOG.md b/CHANGELOG.md index 01a1291bf..9bef89664 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ 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. +## [27.0.22](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/v27.0.21...v27.0.22) (2023-02-10) + + +### Bug Fixes + +* **avs:** strip trailing whitespace from avs names upon import only ([d47e8c4](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/d47e8c4909f0f8a7a3f84b8beae4b5d4e223dcff)) +* **ldap:** improve debug message ([9fafb0b](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/9fafb0b7c3a13209be8a8d37c0c99c46608c9a81)) +* **lms:** lms admin renew pin actions were ignored ([242dd0b](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/242dd0b8d46566e67d9a9e75c6f35650cd6da27e)) +* **supervisors:** reroute to non-avs supervisors too ([1cc6240](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/1cc62403541404e4ab4c448841ff5fa0da508ce8)) + ## [27.0.21](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/v27.0.20...v27.0.21) (2023-02-07) diff --git a/nix/docker/demo-version.json b/nix/docker/demo-version.json index 2fed51451..95bdd7303 100644 --- a/nix/docker/demo-version.json +++ b/nix/docker/demo-version.json @@ -1,3 +1,3 @@ { - "version": "27.0.21" + "version": "27.0.22" } diff --git a/nix/docker/version.json b/nix/docker/version.json index 2fed51451..95bdd7303 100644 --- a/nix/docker/version.json +++ b/nix/docker/version.json @@ -1,3 +1,3 @@ { - "version": "27.0.21" + "version": "27.0.22" } diff --git a/package-lock.json b/package-lock.json index b984b0c34..381d16519 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "27.0.21", + "version": "27.0.22", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c54d1f87c..947ebea96 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "27.0.21", + "version": "27.0.22", "description": "", "keywords": [], "author": "", diff --git a/package.yaml b/package.yaml index 46d2b74e9..f8f58ef6c 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: uniworx -version: 27.0.21 +version: 27.0.22 dependencies: - base - yesod