diff --git a/CHANGELOG.md b/CHANGELOG.md index e18e1e09c..e065f687d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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. +## [28.0.8](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/t28.0.0...t28.0.8) (2024-04-06) + ## [28.0.7](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/d28.0.10...d28.0.7) (2024-03-22) ## [28.0.6](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/d28.0.7...d28.0.6) (2024-01-13) diff --git a/nix/docker/version.json b/nix/docker/version.json index eca96eb1c..38e3e4c84 100644 --- a/nix/docker/version.json +++ b/nix/docker/version.json @@ -1,3 +1,3 @@ { - "version": "28.0.7" + "version": "28.0.8" } diff --git a/package-lock.json b/package-lock.json index 02a7c425a..c871322ef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "28.0.7", + "version": "28.0.8", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0a0abcb9c..b8228778b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "28.0.7", + "version": "28.0.8", "description": "", "keywords": [], "author": "", diff --git a/package.yaml b/package.yaml index 29ce85cb7..34995c887 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: uniworx -version: 28.0.7 +version: 28.0.8 dependencies: - base - yesod