diff --git a/CHANGELOG.md b/CHANGELOG.md index 972785b8f..f1a817eb1 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. +## [27.4.25](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/t27.4.24...t27.4.25) (2023-09-01) + + +### Bug Fixes + +* **build:** add missing file ([1fd24f6](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/1fd24f608dc9202fa98f52f7908f4be908a18efc)) + ## [27.4.24](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/t27.4.23...t27.4.24) (2023-08-30) diff --git a/nix/docker/version.json b/nix/docker/version.json index 920cfc5b4..73f51cc2c 100644 --- a/nix/docker/version.json +++ b/nix/docker/version.json @@ -1,3 +1,3 @@ { - "version": "27.4.24" + "version": "27.4.25" } diff --git a/package-lock.json b/package-lock.json index 83ab594d1..966312efb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "27.4.24", + "version": "27.4.25", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 2da88b1a3..69c45226c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "27.4.24", + "version": "27.4.25", "description": "", "keywords": [], "author": "", diff --git a/package.yaml b/package.yaml index c7aa901e7..5f42de39a 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: uniworx -version: 27.4.24 +version: 27.4.25 dependencies: - base - yesod