Skip to content
Snippets Groups Projects
Commit 0a05981c authored by semantic-release-bot's avatar semantic-release-bot
Browse files

chore(release): 18.3.0 [skip ci]

# [18.3.0](v18.2.0...v18.3.0) (2024-04-09)

### Features

* :guitar: allow claimModifier to replace old value (configurable) ([c6153460](c6153460))
parent 1de2554a
No related branches found
No related tags found
No related merge requests found
Pipeline #424628 skipped
# [18.3.0](https://gitlab.ics.muni.cz/perun/perun-proxyidp/v1/OpenID-Connect-Java-Spring-Server/compare/v18.2.0...v18.3.0) (2024-04-09)
### Features
* 🎸 allow claimModifier to replace old value (configurable) ([c615346](https://gitlab.ics.muni.cz/perun/perun-proxyidp/v1/OpenID-Connect-Java-Spring-Server/commit/c61534601a7ec94325d47b2f07fa3eeaa0ff5bdf))
# [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) # [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)
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
<parent> <parent>
<groupId>cz.muni.ics</groupId> <groupId>cz.muni.ics</groupId>
<artifactId>perun-oidc-parent</artifactId> <artifactId>perun-oidc-parent</artifactId>
<version>18.2.0</version> <version>18.3.0</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
......
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
<parent> <parent>
<groupId>cz.muni.ics</groupId> <groupId>cz.muni.ics</groupId>
<artifactId>perun-oidc-parent</artifactId> <artifactId>perun-oidc-parent</artifactId>
<version>18.2.0</version> <version>18.3.0</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>cz.muni.ics</groupId> <groupId>cz.muni.ics</groupId>
<artifactId>perun-oidc-parent</artifactId> <artifactId>perun-oidc-parent</artifactId>
<version>18.2.0</version> <version>18.3.0</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<modules> <modules>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment