diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d211560c..c98e50ecd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ 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. +## [7.18.0](https://gitlab.cip.ifi.lmu.de/jost/UniWorX/compare/v7.17.14...v7.18.0) (2019-10-17) + + +### Bug Fixes + +* **file-upload-form:** don't check case of file extensions ([6c49c50](https://gitlab.cip.ifi.lmu.de/jost/UniWorX/commit/6c49c50)) +* **user-deregister:** remove tutorial participation ([cfcb28d](https://gitlab.cip.ifi.lmu.de/jost/UniWorX/commit/cfcb28d)) + + +### Features + +* **course-show:** show "not registered" ([96e1a30](https://gitlab.cip.ifi.lmu.de/jost/UniWorX/commit/96e1a30)) + + + ### [7.17.14](https://gitlab.cip.ifi.lmu.de/jost/UniWorX/compare/v7.17.13...v7.17.14) (2019-10-17) diff --git a/package-lock.json b/package-lock.json index b02f3c95c..5afa89724 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "7.17.14", + "version": "7.18.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 42a39f841..c52d819fc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "7.17.14", + "version": "7.18.0", "description": "", "keywords": [], "author": "", diff --git a/package.yaml b/package.yaml index f09ddbef2..45137e732 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: uniworx -version: 7.17.14 +version: 7.18.0 dependencies: - base >=4.9.1.0 && <5