diff --git a/CHANGELOG.md b/CHANGELOG.md index edd2e4607..7bff3b29c 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.25.1](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/v7.25.0...v7.25.1) (2019-11-22) + + + ## [7.25.0](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/v7.24.0...v7.25.0) (2019-11-21) diff --git a/package-lock.json b/package-lock.json index 502204cdc..a5d734d8f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "7.25.0", + "version": "7.25.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c74760f27..603a648a8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "7.25.0", + "version": "7.25.1", "description": "", "keywords": [], "author": "", diff --git a/package.yaml b/package.yaml index f4d49bc47..c5339dc30 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: uniworx -version: 7.25.0 +version: 7.25.1 dependencies: - base >=4.9.1.0 && <5