From a112ef2eca2a1af9cbd7f83ea639bc51a74cd59b Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Fri, 19 Apr 2024 00:34:33 +0200 Subject: [PATCH] chore(release): 28.1.0 --- CHANGELOG.md | 12 ++++++++++++ nix/docker/version.json | 2 +- package-lock.json | 2 +- package.json | 2 +- package.yaml | 2 +- 5 files changed, 16 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 37ae6a2ac..a44bf809a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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. +## [28.1.0](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/t28.0.10...t28.1.0) (2024-04-18) + + +### Features + +* **middleware:** allow Cross Origin Resource Sharing (CORS) ([e1a25cd](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/e1a25cdd311c3d606404f7f94549875a2a15e2b3)) + + +### Bug Fixes + +* **auth:** use appsettings for azure tenant id; refactor azure lookup url methods ([7a510b3](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/7a510b315d62131e5fb47da8c1398144c57d4587)) + ## [28.0.10](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/t28.0.9...t28.0.10) (2024-04-18) ## [28.0.9](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/t28.0.8...t28.0.9) (2024-04-08) diff --git a/nix/docker/version.json b/nix/docker/version.json index 7779d4edd..9f360b28e 100644 --- a/nix/docker/version.json +++ b/nix/docker/version.json @@ -1,3 +1,3 @@ { - "version": "28.0.10" + "version": "28.1.0" } diff --git a/package-lock.json b/package-lock.json index 77aae60b5..6295c8852 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "28.0.10", + "version": "28.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 6449c8223..b5fa297f1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "28.0.10", + "version": "28.1.0", "description": "", "keywords": [], "author": "", diff --git a/package.yaml b/package.yaml index a446526d7..5cfc55fe0 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: uniworx -version: 28.0.10 +version: 28.1.0 dependencies: - base - yesod