diff --git a/CHANGELOG.md b/CHANGELOG.md index 35f842b7a..a076d6230 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.23.5](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/v25.23.4...v25.23.5) (2022-03-24) + + +### Bug Fixes + +* **route:** correct typo in route /lms/../userlist/upload ([89be36e](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/89be36e35b82713e20b3665396d551ca1788fdd8)) + ## [25.23.4](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/v25.23.3...v25.23.4) (2022-03-17) diff --git a/nix/docker/demo-version.json b/nix/docker/demo-version.json index 9c8e8651f..9979b4953 100644 --- a/nix/docker/demo-version.json +++ b/nix/docker/demo-version.json @@ -1,3 +1,3 @@ { - "version": "25.23.4" + "version": "25.23.5" } diff --git a/nix/docker/version.json b/nix/docker/version.json index 9c8e8651f..9979b4953 100644 --- a/nix/docker/version.json +++ b/nix/docker/version.json @@ -1,3 +1,3 @@ { - "version": "25.23.4" + "version": "25.23.5" } diff --git a/package-lock.json b/package-lock.json index d9b63f1a0..eabfd8f35 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "25.23.4", + "version": "25.23.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 856d1e5a1..cd6ad6836 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "25.23.4", + "version": "25.23.5", "description": "", "keywords": [], "author": "", diff --git a/package.yaml b/package.yaml index 5826f597a..694f7cf88 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: uniworx -version: 25.23.4 +version: 25.23.5 dependencies: - base - yesod