From f41e26877b7f0a4a68a632ecbf1bb57b98ae35c4 Mon Sep 17 00:00:00 2001 From: Steffen Jost Date: Thu, 6 Jan 2022 14:02:16 +0100 Subject: [PATCH] chore(release): 25.21.22 --- CHANGELOG.md | 9 +++++++++ nix/docker/demo-version.json | 2 +- nix/docker/version.json | 2 +- package-lock.json | 2 +- package.json | 2 +- package.yaml | 2 +- 6 files changed, 14 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e93262d8..37e3761f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ 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.22](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/v25.21.21...v25.21.22) (2022-01-06) + + +### Bug Fixes + +* **build:** remove obsolete import ([a5d5d8d](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/a5d5d8dbd668c6c35019ce14e8b5e59f5374bf80)) +* **ldap:** allow punctuation in displaynames ([61cfdc8](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/61cfdc8758dcc6ea8aabf52b9d0c0e1d61d6e522)) +* **smtp:** use full email with name in reply-to field ([8cdc2b5](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/8cdc2b5267095ecb816398037bc830c996250456)) + ## [25.21.21](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/v25.21.20...v25.21.21) (2021-12-22) diff --git a/nix/docker/demo-version.json b/nix/docker/demo-version.json index 2cf121ecb..292125672 100644 --- a/nix/docker/demo-version.json +++ b/nix/docker/demo-version.json @@ -1,3 +1,3 @@ { - "version": "25.21.21" + "version": "25.21.22" } diff --git a/nix/docker/version.json b/nix/docker/version.json index 2cf121ecb..292125672 100644 --- a/nix/docker/version.json +++ b/nix/docker/version.json @@ -1,3 +1,3 @@ { - "version": "25.21.21" + "version": "25.21.22" } diff --git a/package-lock.json b/package-lock.json index bfbdb1297..27b0f05e1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "25.21.21", + "version": "25.21.22", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 165920cb0..dc74ad654 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "25.21.21", + "version": "25.21.22", "description": "", "keywords": [], "author": "", diff --git a/package.yaml b/package.yaml index 827b6f8b2..82530bd71 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: uniworx -version: 25.21.21 +version: 25.21.22 dependencies: - base - yesod