diff --git a/CHANGELOG.md b/CHANGELOG.md index a44bf809a..52d7a467f 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.1.1](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/t28.1.0...t28.1.1) (2024-04-22) + ## [28.1.0](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/t28.0.10...t28.1.0) (2024-04-18) diff --git a/nix/docker/version.json b/nix/docker/version.json index 9f360b28e..99e66fa09 100644 --- a/nix/docker/version.json +++ b/nix/docker/version.json @@ -1,3 +1,3 @@ { - "version": "28.1.0" + "version": "28.1.1" } diff --git a/package-lock.json b/package-lock.json index 6295c8852..ffe435572 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "28.1.0", + "version": "28.1.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b5fa297f1..34caec563 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "28.1.0", + "version": "28.1.1", "description": "", "keywords": [], "author": "", diff --git a/package.yaml b/package.yaml index 5cfc55fe0..4e46ac23e 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: uniworx -version: 28.1.0 +version: 28.1.1 dependencies: - base - yesod