From a83fba7bc8ee77125bd4f7a429784fda09caf6de Mon Sep 17 00:00:00 2001
From: semantic-release-bot <semantic-release-bot@martynus.net>
Date: Tue, 19 Mar 2024 11:41:32 +0000
Subject: [PATCH] chore(release): 18.0.0 [skip ci]
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

# [18.0.0](https://gitlab.ics.muni.cz/perun/perun-proxyidp/v1/OpenID-Connect-Java-Spring-Server/compare/v17.3.3...v18.0.0) (2024-03-19)

### Bug Fixes

* 🐛 update LS AAI theme ([702c58c](https://gitlab.ics.muni.cz/perun/perun-proxyidp/v1/OpenID-Connect-Java-Spring-Server/commit/702c58cef7f3d7fbf6e65483145e18b623bf21e9))

### Features

* 🎸 Pass in ACRs onlyAllowed and blocked IdPs ([ec6662b](https://gitlab.ics.muni.cz/perun/perun-proxyidp/v1/OpenID-Connect-Java-Spring-Server/commit/ec6662b6c9f7865bc849d559c926e68ce86fe507))

### BREAKING CHANGES

* requires database update (see v18.0.0.sql script)
---
 CHANGELOG.md                     | 17 +++++++++++++++++
 perun-oidc-server-webapp/pom.xml |  2 +-
 perun-oidc-server/pom.xml        |  2 +-
 pom.xml                          |  2 +-
 4 files changed, 20 insertions(+), 3 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index b5fabbfe2..83f93cb45 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,20 @@
+# [18.0.0](https://gitlab.ics.muni.cz/perun/perun-proxyidp/v1/OpenID-Connect-Java-Spring-Server/compare/v17.3.3...v18.0.0) (2024-03-19)
+
+
+### Bug Fixes
+
+* 🐛 update LS AAI theme ([702c58c](https://gitlab.ics.muni.cz/perun/perun-proxyidp/v1/OpenID-Connect-Java-Spring-Server/commit/702c58cef7f3d7fbf6e65483145e18b623bf21e9))
+
+
+### Features
+
+* 🎸 Pass in ACRs onlyAllowed and blocked IdPs ([ec6662b](https://gitlab.ics.muni.cz/perun/perun-proxyidp/v1/OpenID-Connect-Java-Spring-Server/commit/ec6662b6c9f7865bc849d559c926e68ce86fe507))
+
+
+### BREAKING CHANGES
+
+* requires database update (see v18.0.0.sql script)
+
 ## [17.3.3](https://gitlab.ics.muni.cz/perun/perun-proxyidp/v1/OpenID-Connect-Java-Spring-Server/compare/v17.3.2...v17.3.3) (2024-03-18)
 
 
diff --git a/perun-oidc-server-webapp/pom.xml b/perun-oidc-server-webapp/pom.xml
index 63490ae36..906128c57 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>17.3.3</version>
+		<version>18.0.0</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 
diff --git a/perun-oidc-server/pom.xml b/perun-oidc-server/pom.xml
index 89fa2913c..0ed0f9590 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>17.3.3</version>
+		<version>18.0.0</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 
diff --git a/pom.xml b/pom.xml
index 160c3800e..90225e283 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>17.3.3</version>
+	<version>18.0.0</version>
 	<packaging>pom</packaging>
 
 	<modules>
-- 
GitLab