From 57f5cac75af6a0d96f3216fcfbd0446d98f44345 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Thu, 8 Feb 2024 20:51:43 +0100 Subject: [PATCH] chore(release): 27.4.58 --- CHANGELOG.md | 8 ++++++++ nix/docker/version.json | 2 +- package-lock.json | 2 +- package.json | 2 +- package.yaml | 2 +- 5 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a09ca5698..1ff23608e 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.58](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/v27.4.57...v27.4.58) (2024-02-08) + + +### Bug Fixes + +* **health:** negative interface routes working as intended now ([3303c4e](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/3303c4eebf928e527d2f9c1eb6e2495c10b94b13)) +* **lms:** previouly failed notifications will be sent again ([263894b](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/263894b05899ce55635d790f5334729fbc655ecc)) + ## [27.4.57](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/v27.4.56...v27.4.57) (2024-02-06) diff --git a/nix/docker/version.json b/nix/docker/version.json index 2bc1d589a..0f6ee116f 100644 --- a/nix/docker/version.json +++ b/nix/docker/version.json @@ -1,3 +1,3 @@ { - "version": "27.4.57" + "version": "27.4.58" } diff --git a/package-lock.json b/package-lock.json index 769a5b181..16f8bd6f6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "27.4.57", + "version": "27.4.58", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d92518019..2eac33199 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "27.4.57", + "version": "27.4.58", "description": "", "keywords": [], "author": "", diff --git a/package.yaml b/package.yaml index f22cd7d97..9e9579f42 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: uniworx -version: 27.4.57 +version: 27.4.58 dependencies: - base - yesod