diff --git a/CHANGELOG.md b/CHANGELOG.md index cbeaa9658..f474d64fe 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. +### [7.17.8](https://gitlab.cip.ifi.lmu.de/jost/UniWorX/compare/v7.17.7...v7.17.8) (2019-10-16) + + +### Bug Fixes + +* **users:** fix broken email fallback ([f4e9f2c](https://gitlab.cip.ifi.lmu.de/jost/UniWorX/commit/f4e9f2c)) + + + ### [7.17.7](https://gitlab.cip.ifi.lmu.de/jost/UniWorX/compare/v7.17.6...v7.17.7) (2019-10-15) diff --git a/package-lock.json b/package-lock.json index 5d326d6f6..1b307b955 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "7.17.7", + "version": "7.17.8", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 960f7384a..af0614e80 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "7.17.7", + "version": "7.17.8", "description": "", "keywords": [], "author": "", diff --git a/package.yaml b/package.yaml index 5844f37f7..3601dcc0f 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: uniworx -version: 7.17.7 +version: 7.17.8 dependencies: - base >=4.9.1.0 && <5