diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c53361b2..2d6d474c0 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.4.0](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/v17.3.0...v17.4.0) (2020-06-14) + + +### Bug Fixes + +* **corrections-overview:** behavioural fixes ([e10cfe9](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/e10cfe9)) +* **xss-sanitize:** use forked version ([fb50d5b](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/fb50d5b)) + + +### Features + +* **course-participants:** csv export exercise sheets ([06f47c5](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/06f47c5)) +* **course-participants:** show exercise sheets (first cornice) ([26cc8e4](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/26cc8e4)) +* **dbtable:** add support for Cornice ([fdeb251](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/fdeb251)) + + + ## [17.3.0](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/v17.2.1...v17.3.0) (2020-05-29) diff --git a/package-lock.json b/package-lock.json index 8744de29e..878270d16 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "17.3.0", + "version": "17.4.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 3f0c54558..a3ac3c886 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "17.3.0", + "version": "17.4.0", "description": "", "keywords": [], "author": "", diff --git a/package.yaml b/package.yaml index 253503f07..5b115b86f 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: uniworx -version: 17.3.0 +version: 17.4.0 dependencies: - base