diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d28a1244..3a1ddab09 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. +## [27.4.68](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/v27.4.67...v27.4.68) (2024-06-19) + + +### Bug Fixes + +* **letter:** minor ([2ae11dc](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/2ae11dc25c000486af9acc26439a0580f5c687f2)) + ## [27.4.67](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/v27.4.66...v27.4.67) (2024-06-17) diff --git a/nix/docker/version.json b/nix/docker/version.json index f5cb37c86..37a704734 100644 --- a/nix/docker/version.json +++ b/nix/docker/version.json @@ -1,3 +1,3 @@ { - "version": "27.4.67" + "version": "27.4.68" } diff --git a/package-lock.json b/package-lock.json index fa74a5f95..44aacb977 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "27.4.67", + "version": "27.4.68", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 74c5a52a8..5e950a1ff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "27.4.67", + "version": "27.4.68", "description": "", "keywords": [], "author": "", diff --git a/package.yaml b/package.yaml index d7a3d4d22..f7f694b64 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: uniworx -version: 27.4.67 +version: 27.4.68 dependencies: - base - yesod