From a4f221fd13c31da608f14ff055afe36123f7f334 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Wed, 29 Jun 2022 01:44:44 +0200 Subject: [PATCH] chore(release): 26.2.0 --- CHANGELOG.md | 12 ++++++++++++ nix/docker/demo-version.json | 2 +- nix/docker/version.json | 2 +- package-lock.json | 2 +- package.json | 2 +- package.yaml | 2 +- 6 files changed, 17 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2634a8ed5..9c04cbc5f 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. +## [26.2.0](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/v26.1.4...v26.2.0) (2022-06-28) + + +### Features + +* **avs:** disable certificate validation for avs api ([66dd1a8](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/66dd1a8b70468a51aca0eba82369833acc8dcb3d)) + + +### Bug Fixes + +* **avs:** fix tests (do not exit with failure on empty avs config) ([89aff47](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/89aff471528ad9002e309d50d706a412b7e67eb6)) + ## [26.1.4](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/v26.1.3...v26.1.4) (2022-06-27) ## [26.1.3](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/v26.1.2...v26.1.3) (2022-06-17) diff --git a/nix/docker/demo-version.json b/nix/docker/demo-version.json index 8d00b0fce..2f7ed5089 100644 --- a/nix/docker/demo-version.json +++ b/nix/docker/demo-version.json @@ -1,3 +1,3 @@ { - "version": "26.1.4" + "version": "26.2.0" } diff --git a/nix/docker/version.json b/nix/docker/version.json index 8d00b0fce..2f7ed5089 100644 --- a/nix/docker/version.json +++ b/nix/docker/version.json @@ -1,3 +1,3 @@ { - "version": "26.1.4" + "version": "26.2.0" } diff --git a/package-lock.json b/package-lock.json index 9023ae1bb..4452f5899 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "26.1.4", + "version": "26.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5419091f1..ec48f1c6f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "26.1.4", + "version": "26.2.0", "description": "", "keywords": [], "author": "", diff --git a/package.yaml b/package.yaml index 7deabe56c..f420c6df1 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: uniworx -version: 26.1.4 +version: 26.2.0 dependencies: - base - yesod