diff --git a/CHANGELOG.md b/CHANGELOG.md index 96c5854d5..395e26a3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,26 @@ 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. +## [18.1.0](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/v18.0.0...v18.1.0) (2020-07-20) + + +### Bug Fixes + +* tests ([b4b4a96](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/b4b4a96)) +* tests ([4854d83](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/4854d83)) +* tests ([96b3ba4](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/96b3ba4)) +* **deletion:** fix usage of deleteR from POST handler ([c87c9c1](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/c87c9c1)) +* **files:** allow clobbering files during form submission ([a60ad1a](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/a60ad1a)) +* **migration:** omit index for old versions of postgres ([cf412a4](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/cf412a4)) + + +### Features + +* **csv:** don't limit number of exported rows ([e62d7a3](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/e62d7a3)) +* **sheets:** require exam registration ([d770afd](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/d770afd)) + + + ## [18.0.0](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/v17.8.0...v18.0.0) (2020-07-17) diff --git a/package-lock.json b/package-lock.json index 59b87070a..7c57b7261 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "18.0.0", + "version": "18.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 625ee404b..18d838fdc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "18.0.0", + "version": "18.1.0", "description": "", "keywords": [], "author": "", diff --git a/package.yaml b/package.yaml index 44514cb6a..d37b44a8f 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: uniworx -version: 18.0.0 +version: 18.1.0 dependencies: - base