diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d1bb2481..2cc3bc340 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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. +## [27.0.9](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/v27.0.8...v27.0.9) (2023-01-17) + ## [27.0.8](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/v27.0.7...v27.0.8) (2023-01-13) ## [27.0.7](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/v27.0.6...v27.0.7) (2023-01-12) diff --git a/nix/docker/demo-version.json b/nix/docker/demo-version.json index 9190b59cf..69049c980 100644 --- a/nix/docker/demo-version.json +++ b/nix/docker/demo-version.json @@ -1,3 +1,3 @@ { - "version": "27.0.8" + "version": "27.0.9" } diff --git a/nix/docker/version.json b/nix/docker/version.json index 9190b59cf..69049c980 100644 --- a/nix/docker/version.json +++ b/nix/docker/version.json @@ -1,3 +1,3 @@ { - "version": "27.0.8" + "version": "27.0.9" } diff --git a/package-lock.json b/package-lock.json index 50b6726b9..b13395049 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "27.0.8", + "version": "27.0.9", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index bf102ea1d..3e53a99ef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "27.0.8", + "version": "27.0.9", "description": "", "keywords": [], "author": "", diff --git a/package.yaml b/package.yaml index 328f50e83..439d26312 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: uniworx -version: 27.0.8 +version: 27.0.9 dependencies: - base - yesod