diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d459253e..0038abd5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ 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.1.0](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/v17.0.0...v17.1.0) (2020-05-25) + + +### Bug Fixes + +* build ([7147bb4](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/7147bb4)) +* **sheet-inactive-notification:** improve wording ([8af6bde](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/8af6bde)), closes [#514](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/issues/514) + + +### Features + +* **applicants:** disclose applicant emails & allow communication ([6711173](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/6711173)) +* **course-communication:** one recipient group per tutorial ([99f23f2](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/99f23f2)), closes [#428](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/issues/428) +* **notifications:** sheet-hint & sheet-solution ([f11b215](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/f11b215)) + + + ## [17.0.0](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/v16.5.0...v17.0.0) (2020-05-23) diff --git a/package-lock.json b/package-lock.json index a8f6a64cf..af43123b9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "17.0.0", + "version": "17.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index dc21b3386..7f3bc94ce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "17.0.0", + "version": "17.1.0", "description": "", "keywords": [], "author": "", diff --git a/package.yaml b/package.yaml index e7455b6be..baf518c7a 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: uniworx -version: 17.0.0 +version: 17.1.0 dependencies: - base