diff --git a/CHANGELOG.md b/CHANGELOG.md index 66f5e90d8..e76437c27 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. +## [24.9.1](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/v24.9.0...v24.9.1) (2021-03-01) + + +### Bug Fixes + +* build ([cf33f0a](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/cf33f0af84166b040de4b9a685a58d9884bc67f8)) + ## [24.9.0](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/v24.8.0...v24.9.0) (2021-02-26) diff --git a/package-lock.json b/package-lock.json index 47c9ecd1c..8cd7ae97d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "24.9.0", + "version": "24.9.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e399dc231..2437f61ad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "24.9.0", + "version": "24.9.1", "description": "", "keywords": [], "author": "", diff --git a/package.yaml b/package.yaml index ab9bc3ffe..b2ea101f8 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: uniworx -version: 24.9.0 +version: 24.9.1 dependencies: - base - yesod