diff --git a/CHANGELOG.md b/CHANGELOG.md index 46632932e..e4f255dc6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ 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. +## [26.5.12](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/v26.5.11...v26.5.12) (2022-10-31) + +## [26.5.11](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/v26.5.9...v26.5.11) (2022-10-31) + +## [26.5.9](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/v26.5.8...v26.5.9) (2022-10-31) + ## [26.5.8](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/v26.5.7...v26.5.8) (2022-10-13) ## [26.5.7](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/v26.5.6...v26.5.7) (2022-10-07) diff --git a/nix/docker/demo-version.json b/nix/docker/demo-version.json index 82c0019c8..39138dc02 100644 --- a/nix/docker/demo-version.json +++ b/nix/docker/demo-version.json @@ -1,3 +1,3 @@ { - "version": "26.5.8" + "version": "26.5.12" } diff --git a/nix/docker/version.json b/nix/docker/version.json index 82c0019c8..39138dc02 100644 --- a/nix/docker/version.json +++ b/nix/docker/version.json @@ -1,3 +1,3 @@ { - "version": "26.5.8" + "version": "26.5.12" } diff --git a/nix/uniworx/well-known.nix b/nix/uniworx/well-known.nix index 257f5c6bb..adcb6ee3a 100644 --- a/nix/uniworx/well-known.nix +++ b/nix/uniworx/well-known.nix @@ -22,6 +22,6 @@ outputHashMode = "recursive"; outputHashAlgo = "sha256"; - outputHash = "+KhpKGRRBVyDm+uBfI02uRpMDuMykZl5yWO6QjOCii4="; + outputHash = "18MfdmJX3q826Q4p2F3SnwS2fCjLN0LUpIV/jqUPH4I="; }; } diff --git a/package-lock.json b/package-lock.json index 1a02c3e1d..bd4082e9a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "26.5.8", + "version": "26.5.12", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index dcd6bd778..a1b4c8356 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "26.5.8", + "version": "26.5.12", "description": "", "keywords": [], "author": "", diff --git a/package.yaml b/package.yaml index f5ed61e2a..dc9eadb7c 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: uniworx -version: 26.5.8 +version: 26.5.12 dependencies: - base - yesod