diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fc774b8a..c2c364b6e 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.63](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/v27.4.62...v27.4.63) (2024-05-23) + + +### Bug Fixes + +* **avs:** company update checks uniques and ignores those updates if necessary ([9451d90](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/9451d90a9e00d08a2a7d169c4674d99ff1018ee9)) + ## [27.4.62](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/v27.4.61...v27.4.62) (2024-05-19) diff --git a/nix/docker/version.json b/nix/docker/version.json index e981bf927..cc53e3670 100644 --- a/nix/docker/version.json +++ b/nix/docker/version.json @@ -1,3 +1,3 @@ { - "version": "27.4.62" + "version": "27.4.63" } diff --git a/package-lock.json b/package-lock.json index 46a353ffb..a0ad25a1f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "27.4.62", + "version": "27.4.63", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 26a42c7bb..81dc94008 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "27.4.62", + "version": "27.4.63", "description": "", "keywords": [], "author": "", diff --git a/package.yaml b/package.yaml index 390504271..d0fc893cf 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: uniworx -version: 27.4.62 +version: 27.4.63 dependencies: - base - yesod