From 7fbd94eb849349644e0d795b12d2a31ba8c8b20a Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Tue, 26 May 2020 15:24:39 +0200 Subject: [PATCH] chore(release): 17.2.0 --- CHANGELOG.md | 15 +++++++++++++++ package-lock.json | 2 +- package.json | 2 +- package.yaml | 2 +- 4 files changed, 18 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1055a9ea8..411ce56a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ 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. +## [17.2.0](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/v17.1.1...v17.2.0) (2020-05-26) + + +### Bug Fixes + +* **cron:** work around extraneous sheet notifications ([cbe211b](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/cbe211b)) +* **submission:** allow non-group-subs when user isn't in sub-group ([9a35c85](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/9a35c85)) + + +### Features + +* **correction:** allow lecturers to set corrector ([f74581c](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/f74581c)), closes [#414](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/issues/414) + + + ### [17.1.1](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/v17.1.0...v17.1.1) (2020-05-26) diff --git a/package-lock.json b/package-lock.json index f4f1bff7e..890016b93 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "17.1.1", + "version": "17.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9b1da7be2..46b9f7f78 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "17.1.1", + "version": "17.2.0", "description": "", "keywords": [], "author": "", diff --git a/package.yaml b/package.yaml index f2cd2262a..abe0a6ad3 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: uniworx -version: 17.1.1 +version: 17.2.0 dependencies: - base