diff --git a/CHANGELOG.md b/CHANGELOG.md index 37e3761f7..23ffa7809 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. +## [25.21.23](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/v25.21.22...v25.21.23) (2022-01-06) + + +### Bug Fixes + +* **email:** rename settings parameter and switch to safe default ([5aa096f](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/5aa096f56acb37269b681abafef67b8a375f4d64)) + ## [25.21.22](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/v25.21.21...v25.21.22) (2022-01-06) diff --git a/nix/docker/demo-version.json b/nix/docker/demo-version.json index 292125672..5e3d347a9 100644 --- a/nix/docker/demo-version.json +++ b/nix/docker/demo-version.json @@ -1,3 +1,3 @@ { - "version": "25.21.22" + "version": "25.21.23" } diff --git a/nix/docker/version.json b/nix/docker/version.json index 292125672..5e3d347a9 100644 --- a/nix/docker/version.json +++ b/nix/docker/version.json @@ -1,3 +1,3 @@ { - "version": "25.21.22" + "version": "25.21.23" } diff --git a/package-lock.json b/package-lock.json index 27b0f05e1..361034019 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "25.21.22", + "version": "25.21.23", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index dc74ad654..9cee52517 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "25.21.22", + "version": "25.21.23", "description": "", "keywords": [], "author": "", diff --git a/package.yaml b/package.yaml index 82530bd71..c792359f0 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: uniworx -version: 25.21.22 +version: 25.21.23 dependencies: - base - yesod