diff --git a/CHANGELOG.md b/CHANGELOG.md index e141eea04..b86f9ea3b 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. +### [16.4.1](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/v16.4.0...v16.4.1) (2020-05-13) + + +### Bug Fixes + +* **failover:** don't always record as failed ([16643b6](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/16643b6)) + + + ## [16.4.0](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/v16.3.1...v16.4.0) (2020-05-12) diff --git a/package-lock.json b/package-lock.json index 5faa797b9..56a93df14 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "16.4.0", + "version": "16.4.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 8394d3bcc..4e7c330b1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "16.4.0", + "version": "16.4.1", "description": "", "keywords": [], "author": "", diff --git a/package.yaml b/package.yaml index 9c5480ee4..a967fd2da 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: uniworx -version: 16.4.0 +version: 16.4.1 dependencies: - base