chore(release): 9.2.2 [skip ci]

## [9.2.2](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/compare/v9.2.1...v9.2.2) (2022-06-03)

### Bug Fixes

* 🐛 Fix SAML Claim source when singleValue to use joiner ([d16c3c6](d16c3c6368))
* 🐛 Fixed displaying consent screens for LS template ([9884eb1](9884eb1f0e))
pull/1580/head
semantic-release-bot 2022-06-03 11:03:26 +00:00
parent d95cd86b4f
commit 5f634d9060
4 changed files with 11 additions and 3 deletions

View File

@ -1,3 +1,11 @@
## [9.2.2](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/compare/v9.2.1...v9.2.2) (2022-06-03)
### Bug Fixes
* 🐛 Fix SAML Claim source when singleValue to use joiner ([d16c3c6](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/commit/d16c3c6368a4039ac6918f8a68960bfaac899dab))
* 🐛 Fixed displaying consent screens for LS template ([9884eb1](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/commit/9884eb1f0ee1a400b8d6ca285390801ed12086e9))
## [9.2.1](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/compare/v9.2.0...v9.2.1) (2022-06-01) ## [9.2.1](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/compare/v9.2.0...v9.2.1) (2022-06-01)

View File

@ -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>9.2.1</version> <version>9.2.2</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>

View File

@ -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>9.2.1</version> <version>9.2.2</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>

View File

@ -20,7 +20,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>9.2.1</version> <version>9.2.2</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<modules> <modules>