From 15036d019747c224dab1c28b67c6791a578f8169 Mon Sep 17 00:00:00 2001
From: semantic-release-bot <semantic-release-bot@martynus.net>
Date: Mon, 8 Apr 2024 07:59:35 +0000
Subject: [PATCH] chore(release): 18.2.0 [skip ci]
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

# [18.2.0](https://gitlab.ics.muni.cz/perun/perun-proxyidp/v1/OpenID-Connect-Java-Spring-Server/compare/v18.1.0...v18.2.0) (2024-04-08)

### Features

* 🎸 Add ERIC jurisdiction as EU_EAA ([42c7884](https://gitlab.ics.muni.cz/perun/perun-proxyidp/v1/OpenID-Connect-Java-Spring-Server/commit/42c788489ea8e800cfe7cb687771565df6ad1355))
---
 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 3954e4026..46dd8e28b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+# [18.2.0](https://gitlab.ics.muni.cz/perun/perun-proxyidp/v1/OpenID-Connect-Java-Spring-Server/compare/v18.1.0...v18.2.0) (2024-04-08)
+
+
+### Features
+
+* 🎸 Add ERIC jurisdiction as EU_EAA ([42c7884](https://gitlab.ics.muni.cz/perun/perun-proxyidp/v1/OpenID-Connect-Java-Spring-Server/commit/42c788489ea8e800cfe7cb687771565df6ad1355))
+
 # [18.1.0](https://gitlab.ics.muni.cz/perun/perun-proxyidp/v1/OpenID-Connect-Java-Spring-Server/compare/v18.0.2...v18.1.0) (2024-04-03)
 
 
diff --git a/perun-oidc-server-webapp/pom.xml b/perun-oidc-server-webapp/pom.xml
index cf4d6efa5..b864eb309 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.1.0</version>
+		<version>18.2.0</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 
diff --git a/perun-oidc-server/pom.xml b/perun-oidc-server/pom.xml
index df80e4651..3889a96a9 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.1.0</version>
+		<version>18.2.0</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 
diff --git a/pom.xml b/pom.xml
index b65f3954a..a8b9495af 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.1.0</version>
+	<version>18.2.0</version>
 	<packaging>pom</packaging>
 
 	<modules>
-- 
GitLab