From 69c3633a0240d5258bd1b569d3d5f3900244051f Mon Sep 17 00:00:00 2001 From: semantic-release-bot <semantic-release-bot@martynus.net> Date: Fri, 11 Apr 2025 08:53:41 +0000 Subject: [PATCH] chore(release): 18.8.0 [skip ci] # [18.8.0](https://gitlab.ics.muni.cz/perun/perun-proxyidp/v1/OpenID-Connect-Java-Spring-Server/compare/v18.7.2...v18.8.0) (2025-04-11) ### Features * allow to disable appending and verifying acrs ([1abc84f](https://gitlab.ics.muni.cz/perun/perun-proxyidp/v1/OpenID-Connect-Java-Spring-Server/commit/1abc84f8272049aee760e228330dbf01c7ec59b4)) --- CHANGELOG.md | 7 +++++++ perun-oidc-server-webapp/pom.xml | 2 +- perun-oidc-server/pom.xml | 2 +- pom.xml | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c15fcbe1..567cf660 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [18.8.0](https://gitlab.ics.muni.cz/perun/perun-proxyidp/v1/OpenID-Connect-Java-Spring-Server/compare/v18.7.2...v18.8.0) (2025-04-11) + + +### Features + +* allow to disable appending and verifying acrs ([1abc84f](https://gitlab.ics.muni.cz/perun/perun-proxyidp/v1/OpenID-Connect-Java-Spring-Server/commit/1abc84f8272049aee760e228330dbf01c7ec59b4)) + ## [18.7.2](https://gitlab.ics.muni.cz/perun/perun-proxyidp/v1/OpenID-Connect-Java-Spring-Server/compare/v18.7.1...v18.7.2) (2025-03-06) diff --git a/perun-oidc-server-webapp/pom.xml b/perun-oidc-server-webapp/pom.xml index 0e4b998c..9d0ae9c0 100644 --- a/perun-oidc-server-webapp/pom.xml +++ b/perun-oidc-server-webapp/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>cz.muni.ics</groupId> <artifactId>perun-oidc-parent</artifactId> - <version>18.7.2</version> + <version>18.8.0</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/perun-oidc-server/pom.xml b/perun-oidc-server/pom.xml index 341fd211..40e328ce 100644 --- a/perun-oidc-server/pom.xml +++ b/perun-oidc-server/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>cz.muni.ics</groupId> <artifactId>perun-oidc-parent</artifactId> - <version>18.7.2</version> + <version>18.8.0</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/pom.xml b/pom.xml index 253ef38f..9ca6dbcf 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>cz.muni.ics</groupId> <artifactId>perun-oidc-parent</artifactId> - <version>18.7.2</version> + <version>18.8.0</version> <packaging>pom</packaging> <modules> -- GitLab