diff --git a/CHANGELOG.md b/CHANGELOG.md index 7dfac8c1a..f2b4681be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ 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.7.0](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/v17.6.5...v17.7.0) (2020-07-13) + + +### Features + +* **corrections:** better highlight corrected files ([46ce477](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/46ce477)), closes [#602](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/issues/602) +* **file-uploads:** maximum file sizes ([9dee134](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/9dee134)) + + + ### [17.6.5](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/v17.6.4...v17.6.5) (2020-06-26) diff --git a/package-lock.json b/package-lock.json index 44d2ab827..7a7089156 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "17.6.5", + "version": "17.7.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a2bcc164a..0e3bb0f95 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "17.6.5", + "version": "17.7.0", "description": "", "keywords": [], "author": "", diff --git a/package.yaml b/package.yaml index b273edade..8dd966361 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: uniworx -version: 17.6.5 +version: 17.7.0 dependencies: - base