From a3a063868f64d28a4468ec7ab19ef2f51f5cba88 Mon Sep 17 00:00:00 2001
From: semantic-release-bot <semantic-release-bot@martynus.net>
Date: Tue, 23 Apr 2024 08:39:25 +0000
Subject: [PATCH] chore(release): 18.4.0 [skip ci]
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

# [18.4.0](https://gitlab.ics.muni.cz/perun/perun-proxyidp/v1/OpenID-Connect-Java-Spring-Server/compare/v18.3.1...v18.4.0) (2024-04-23)

### Bug Fixes

* 🐛 add console log appender for docker pruposes ([709abd4](https://gitlab.ics.muni.cz/perun/perun-proxyidp/v1/OpenID-Connect-Java-Spring-Server/commit/709abd4ffbfbf7af547c75f3d14df930d5a25bf3))

### Features

* 🎸 VoBasedEdupersonScopedAffiliationsClaimSource impl ([adae854](https://gitlab.ics.muni.cz/perun/perun-proxyidp/v1/OpenID-Connect-Java-Spring-Server/commit/adae854208e7dab2aa9600e395b2c58edb48df37))
---
 CHANGELOG.md                     | 12 ++++++++++++
 perun-oidc-server-webapp/pom.xml |  2 +-
 perun-oidc-server/pom.xml        |  2 +-
 pom.xml                          |  2 +-
 4 files changed, 15 insertions(+), 3 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5f1672f17..68d33dd28 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,15 @@
+# [18.4.0](https://gitlab.ics.muni.cz/perun/perun-proxyidp/v1/OpenID-Connect-Java-Spring-Server/compare/v18.3.1...v18.4.0) (2024-04-23)
+
+
+### Bug Fixes
+
+* 🐛 add console log appender for docker pruposes ([709abd4](https://gitlab.ics.muni.cz/perun/perun-proxyidp/v1/OpenID-Connect-Java-Spring-Server/commit/709abd4ffbfbf7af547c75f3d14df930d5a25bf3))
+
+
+### Features
+
+* 🎸 VoBasedEdupersonScopedAffiliationsClaimSource impl ([adae854](https://gitlab.ics.muni.cz/perun/perun-proxyidp/v1/OpenID-Connect-Java-Spring-Server/commit/adae854208e7dab2aa9600e395b2c58edb48df37))
+
 ## [18.3.1](https://gitlab.ics.muni.cz/perun/perun-proxyidp/v1/OpenID-Connect-Java-Spring-Server/compare/v18.3.0...v18.3.1) (2024-04-10)
 
 
diff --git a/perun-oidc-server-webapp/pom.xml b/perun-oidc-server-webapp/pom.xml
index 1d26ca501..bf90f4129 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.3.1</version>
+		<version>18.4.0</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 
diff --git a/perun-oidc-server/pom.xml b/perun-oidc-server/pom.xml
index 81a75a506..7aaedc6e6 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.3.1</version>
+		<version>18.4.0</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 
diff --git a/pom.xml b/pom.xml
index a398c6a75..19bbbcfcb 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.3.1</version>
+	<version>18.4.0</version>
 	<packaging>pom</packaging>
 
 	<modules>
-- 
GitLab