diff --git a/CHANGELOG.md b/CHANGELOG.md index 23cbc624b..7b5266122 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +## [25.14.2](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/v25.14.1...v25.14.2) (2021-06-28) + + +### Bug Fixes + +* **health:** monitor flush by check interval not flush interval ([03226ec](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/03226eca6aba91e2f10f5828a38f2a15d747dd0c)) + ## [25.14.1](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/v25.14.0...v25.14.1) (2021-06-28) diff --git a/package-lock.json b/package-lock.json index 05d3df97e..35762cf3b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "25.14.1", + "version": "25.14.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0249c9ee9..dded55446 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "25.14.1", + "version": "25.14.2", "description": "", "keywords": [], "author": "", diff --git a/package.yaml b/package.yaml index dab949231..612f2556d 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: uniworx -version: 25.14.1 +version: 25.14.2 dependencies: - base - yesod