diff --git a/CHANGELOG.md b/CHANGELOG.md index 923e35006..854f7d6ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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. +## [25.12.0](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/v25.11.0...v25.12.0) (2021-05-19) + + +### Features + +* allow examFinished before examEnd ([21bbb92](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/21bbb92d4c5bca8e175d2be97515e14f67ad696b)) + + +### Bug Fixes + +* properly apply auth to corrections in sheet table ([d59f686](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/d59f6860215ebbffde61062a501b5eeeabdb58ae)), closes [#700](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/issues/700) + ## [25.11.0](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/v25.10.5...v25.11.0) (2021-05-11) diff --git a/package-lock.json b/package-lock.json index 259c3a944..9733ccb5e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "25.11.0", + "version": "25.12.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index cfe0b7422..90c71a26d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "25.11.0", + "version": "25.12.0", "description": "", "keywords": [], "author": "", diff --git a/package.yaml b/package.yaml index 16b4812c4..60230e34c 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: uniworx -version: 25.11.0 +version: 25.12.0 dependencies: - base - yesod