diff --git a/CHANGELOG.md b/CHANGELOG.md index e13e65c3c..0798f1209 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ 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.17.5](https://gitlab.cip.ifi.lmu.de/jost/UniWorX/compare/v7.17.4...v7.17.5) (2019-10-15) + + +### Bug Fixes + +* occurence exception end times not shown correctly ([725468b](https://gitlab.cip.ifi.lmu.de/jost/UniWorX/commit/725468b)) + + + ### [7.17.4](https://gitlab.cip.ifi.lmu.de/jost/UniWorX/compare/v7.17.3...v7.17.4) (2019-10-15) diff --git a/package-lock.json b/package-lock.json index 715e67304..5d3379cd8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "7.17.4", + "version": "7.17.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 48f4b76dd..4f4f8f4fc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "7.17.4", + "version": "7.17.5", "description": "", "keywords": [], "author": "", diff --git a/package.yaml b/package.yaml index ae85983b0..e0c3b9180 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: uniworx -version: 7.17.4 +version: 7.17.5 dependencies: - base >=4.9.1.0 && <5