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

chore(release): 18.5.1 [skip ci]

## [18.5.1](v18.5.0...v18.5.1) (2024-05-15)

### Bug Fixes

* :bug: claim modifiers in arrays retain only unique values ([5d2750d5](5d2750d5))
parent 06a7f6fd
No related branches found
No related tags found
No related merge requests found
Pipeline #444690 skipped
## [18.5.1](https://gitlab.ics.muni.cz/perun/perun-proxyidp/v1/OpenID-Connect-Java-Spring-Server/compare/v18.5.0...v18.5.1) (2024-05-15)
### Bug Fixes
* 🐛 claim modifiers in arrays retain only unique values ([5d2750d](https://gitlab.ics.muni.cz/perun/perun-proxyidp/v1/OpenID-Connect-Java-Spring-Server/commit/5d2750d55c0acf3f7fb76f4b549de5e45d789300))
# [18.5.0](https://gitlab.ics.muni.cz/perun/perun-proxyidp/v1/OpenID-Connect-Java-Spring-Server/compare/v18.4.0...v18.5.0) (2024-05-15)
......
......@@ -21,7 +21,7 @@
<parent>
<groupId>cz.muni.ics</groupId>
<artifactId>perun-oidc-parent</artifactId>
<version>18.5.0</version>
<version>18.5.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
......
......@@ -22,7 +22,7 @@
<parent>
<groupId>cz.muni.ics</groupId>
<artifactId>perun-oidc-parent</artifactId>
<version>18.5.0</version>
<version>18.5.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
......
......@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>cz.muni.ics</groupId>
<artifactId>perun-oidc-parent</artifactId>
<version>18.5.0</version>
<version>18.5.1</version>
<packaging>pom</packaging>
<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