diff --git a/CHANGELOG.md b/CHANGELOG.md index 23ffa7809..20a186d97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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. +## [25.21.24](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/v25.21.23...v25.21.24) (2022-01-07) + + +### Bug Fixes + +* **mail:** add debug info why setting reply to instead of sender does not work ([3453fc3](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/3453fc34598581f88dd5696fd28ddd726b389ed1)) +* **user:** display name may omit hyphenated given name parts ([ddb1a15](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/ddb1a15c183f25b81153baaec51033e32436e98b)) + ## [25.21.23](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/v25.21.22...v25.21.23) (2022-01-06) diff --git a/nix/docker/demo-version.json b/nix/docker/demo-version.json index 5e3d347a9..ba57b493a 100644 --- a/nix/docker/demo-version.json +++ b/nix/docker/demo-version.json @@ -1,3 +1,3 @@ { - "version": "25.21.23" + "version": "25.21.24" } diff --git a/nix/docker/version.json b/nix/docker/version.json index 5e3d347a9..ba57b493a 100644 --- a/nix/docker/version.json +++ b/nix/docker/version.json @@ -1,3 +1,3 @@ { - "version": "25.21.23" + "version": "25.21.24" } diff --git a/package-lock.json b/package-lock.json index 361034019..f18c3dfbc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "25.21.23", + "version": "25.21.24", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9cee52517..c7eae588a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "25.21.23", + "version": "25.21.24", "description": "", "keywords": [], "author": "", diff --git a/package.yaml b/package.yaml index c792359f0..8cf8f1dcd 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: uniworx -version: 25.21.23 +version: 25.21.24 dependencies: - base - yesod