diff --git a/CHANGELOG.md b/CHANGELOG.md index 0961e04ee..cdb80e1f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ 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.21.2](https://gitlab.cip.ifi.lmu.de/jost/UniWorX/compare/v7.21.1...v7.21.2) (2019-11-12) + + + ### [7.21.1](https://gitlab.cip.ifi.lmu.de/jost/UniWorX/compare/v7.21.0...v7.21.1) (2019-11-11) diff --git a/package-lock.json b/package-lock.json index 45e5ba773..cc96409e4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "7.21.1", + "version": "7.21.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d573837b6..9ffb22b43 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "7.21.1", + "version": "7.21.2", "description": "", "keywords": [], "author": "", diff --git a/package.yaml b/package.yaml index 651741ec4..b324dcc72 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: uniworx -version: 7.21.1 +version: 7.21.2 dependencies: - base >=4.9.1.0 && <5