diff --git a/CHANGELOG.md b/CHANGELOG.md index 3dddabc22..923e35006 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. +## [25.11.0](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/v25.10.5...v25.11.0) (2021-05-11) + + +### Features + +* **submissions:** optionally disable consideration for deficit ([c6a6ec7](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/c6a6ec721c2a863d324ddfb5d2b2c1e42e659067)) + ## [25.10.5](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/v25.10.4...v25.10.5) (2021-05-07) diff --git a/package-lock.json b/package-lock.json index 4465644e7..259c3a944 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "25.10.5", + "version": "25.11.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 95f3b47fa..cfe0b7422 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "25.10.5", + "version": "25.11.0", "description": "", "keywords": [], "author": "", diff --git a/package.yaml b/package.yaml index b2385aee6..16b4812c4 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: uniworx -version: 25.10.5 +version: 25.11.0 dependencies: - base - yesod