diff --git a/CHANGELOG.md b/CHANGELOG.md index f1a817eb1..d356105a5 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.26](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/t27.4.25...t27.4.26) (2023-09-04) + + +### Bug Fixes + +* **lms:** accept success for no-status learners and print several more debug messages processing reports ([a7ed659](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/a7ed659866de1d4a178bbe4e8f9cd8fbc629c724)) + ## [27.4.25](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/t27.4.24...t27.4.25) (2023-09-01) diff --git a/nix/docker/version.json b/nix/docker/version.json index 73f51cc2c..396c3c8d5 100644 --- a/nix/docker/version.json +++ b/nix/docker/version.json @@ -1,3 +1,3 @@ { - "version": "27.4.25" + "version": "27.4.26" } diff --git a/package-lock.json b/package-lock.json index 966312efb..98ff8a2b6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "27.4.25", + "version": "27.4.26", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 69c45226c..e871a59c5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "27.4.25", + "version": "27.4.26", "description": "", "keywords": [], "author": "", diff --git a/package.yaml b/package.yaml index 5f42de39a..776ffc2ec 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: uniworx -version: 27.4.25 +version: 27.4.26 dependencies: - base - yesod