diff --git a/CHANGELOG.md b/CHANGELOG.md index 20a186d97..e6d1837f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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.22.0](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/v25.21.24...v25.22.0) (2022-01-12) + + +### Features + +* **status:** show instance running time ([8743719](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/8743719183abfa10d089c6e7e765e49f6da3c50d)) + + +### Bug Fixes + +* **smtp:** case-insensitive from-domain comparison for reply-to instead option ([859f5b8](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/859f5b8494ce326fcdf13ed8fcca9355273fb42e)) + ## [25.21.24](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/v25.21.23...v25.21.24) (2022-01-07) diff --git a/nix/docker/demo-version.json b/nix/docker/demo-version.json index ba57b493a..0e87a5aff 100644 --- a/nix/docker/demo-version.json +++ b/nix/docker/demo-version.json @@ -1,3 +1,3 @@ { - "version": "25.21.24" + "version": "25.22.0" } diff --git a/nix/docker/version.json b/nix/docker/version.json index ba57b493a..0e87a5aff 100644 --- a/nix/docker/version.json +++ b/nix/docker/version.json @@ -1,3 +1,3 @@ { - "version": "25.21.24" + "version": "25.22.0" } diff --git a/package-lock.json b/package-lock.json index f18c3dfbc..1411f39be 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "25.21.24", + "version": "25.22.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c7eae588a..20daf622e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "25.21.24", + "version": "25.22.0", "description": "", "keywords": [], "author": "", diff --git a/package.yaml b/package.yaml index 8cf8f1dcd..0296603b6 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: uniworx -version: 25.21.24 +version: 25.22.0 dependencies: - base - yesod