diff --git a/CHANGELOG.md b/CHANGELOG.md index d83dfddf4..66f5e90d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ 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.0](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/v24.8.0...v24.9.0) (2021-02-26) + + +### Features + +* **db:** track source of database accesses ([23ff9d9](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/23ff9d9222d7a75b2931827a6cc0335aafe753a1)) +* **transaction-log:** more details about submission files ([b9cc5b9](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/b9cc5b9970cc0b1f61c9df03c54901d9d6e822d0)) + + +### Bug Fixes + +* **jobs:** wake more often during waitUntil ([6115b83](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/6115b83bb32d767ef54f2a2ae210ad1c7415e69c)) + ## [24.8.0](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/v24.7.0...v24.8.0) (2021-02-23) diff --git a/package-lock.json b/package-lock.json index 5e1aa80e9..47c9ecd1c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "24.8.0", + "version": "24.9.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index aa18cfdb6..e399dc231 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "24.8.0", + "version": "24.9.0", "description": "", "keywords": [], "author": "", diff --git a/package.yaml b/package.yaml index e69da45f4..ab9bc3ffe 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: uniworx -version: 24.8.0 +version: 24.9.0 dependencies: - base - yesod