diff --git a/CHANGELOG.md b/CHANGELOG.md index 79694bdea..37ae6a2ac 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.10](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/t28.0.9...t28.0.10) (2024-04-18) + ## [28.0.9](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/t28.0.8...t28.0.9) (2024-04-08) ## [28.0.8](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/t28.0.0...t28.0.8) (2024-04-06) diff --git a/nix/docker/version.json b/nix/docker/version.json index 417b7b5a3..7779d4edd 100644 --- a/nix/docker/version.json +++ b/nix/docker/version.json @@ -1,3 +1,3 @@ { - "version": "28.0.9" + "version": "28.0.10" } diff --git a/package-lock.json b/package-lock.json index 959d6e780..77aae60b5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "28.0.9", + "version": "28.0.10", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 39030d8b6..6449c8223 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "28.0.9", + "version": "28.0.10", "description": "", "keywords": [], "author": "", diff --git a/package.yaml b/package.yaml index 8e0aeec32..a99e2e6ba 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: uniworx -version: 28.0.9 +version: 28.0.10 dependencies: - base - yesod