diff --git a/CHANGELOG.md b/CHANGELOG.md index c808e90ec..cdb34dee4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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.79](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/v27.4.78...v27.4.79) (2024-09-10) + + +### Bug Fixes + +* **notifications:** fix [#180](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/issues/180) qualification expiry notification are sent only once ([74f7633](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/74f7633837870448f7cab1013719f42ab49941fe)) +* **supervision:** fix [#181](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/issues/181) by unifying deletion of supervision ([6a070a6](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/6a070a67756bd4ef4b9b5efc176f34c7ed183f1a)) + ## [27.4.78](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/v27.4.77...v27.4.78) (2024-09-05) diff --git a/nix/docker/version.json b/nix/docker/version.json index f89af8f5a..d6caba44f 100644 --- a/nix/docker/version.json +++ b/nix/docker/version.json @@ -1,3 +1,3 @@ { - "version": "27.4.78" + "version": "27.4.79" } diff --git a/package-lock.json b/package-lock.json index 787b46b72..38478c72b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "27.4.78", + "version": "27.4.79", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4823adbe5..a53b50553 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "27.4.78", + "version": "27.4.79", "description": "", "keywords": [], "author": "", diff --git a/package.yaml b/package.yaml index 3a7f9d6b1..158fd0a72 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: uniworx -version: 27.4.78 +version: 27.4.79 dependencies: - base - yesod