diff --git a/CHANGELOG.md b/CHANGELOG.md index 73b09800d..4d459253e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,29 @@ 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.0.0](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/v16.5.0...v17.0.0) (2020-05-23) + + +### Bug Fixes + +* **correction-upload:** better error messages wrt rating files ([8bb3bc5](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/8bb3bc5)) +* **i18n:** missing translations & changelog ([76663b0](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/76663b0)) + + +### Features + +* **dry-run:** implement dry-run ([002775e](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/002775e)) +* **load:** allow creation of submissions without login (w/ token) ([2e826d3](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/2e826d3)) +* **sheets:** better explain rating-done ([3944ce0](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/3944ce0)) +* **sheets:** pass-always ([b2ebce4](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/b2ebce4)) + + +### BREAKING CHANGES + +* **dry-run:** runDBRead + + + ## [16.5.0](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/v16.4.2...v16.5.0) (2020-05-19) diff --git a/package-lock.json b/package-lock.json index aac51a6bc..a8f6a64cf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "16.5.0", + "version": "17.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 7d17844bd..dc21b3386 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "16.5.0", + "version": "17.0.0", "description": "", "keywords": [], "author": "", diff --git a/package.yaml b/package.yaml index 7a2323904..e7455b6be 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: uniworx -version: 16.5.0 +version: 17.0.0 dependencies: - base