diff --git a/CHANGELOG.md b/CHANGELOG.md index 395e26a3a..d5d53dcd0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ 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.2.0](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/v18.1.0...v18.2.0) (2020-07-21) + + +### Bug Fixes + +* shutdown behaviour & tests ([19b8b06](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/19b8b06)) + + +### Features + +* **metrics:** observe login attempts ([0c7e56f](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/0c7e56f)) + + + ## [18.1.0](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/v18.0.0...v18.1.0) (2020-07-20) diff --git a/package-lock.json b/package-lock.json index 7c57b7261..51a1ffef8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "18.1.0", + "version": "18.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 18d838fdc..9c8bfa777 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "18.1.0", + "version": "18.2.0", "description": "", "keywords": [], "author": "", diff --git a/package.yaml b/package.yaml index d37b44a8f..3ccc9b3ca 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: uniworx -version: 18.1.0 +version: 18.2.0 dependencies: - base