chore(release): 8.2.1 [skip ci]

## [8.2.1](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/compare/v8.2.0...v8.2.1) (2022-04-04)

### Bug Fixes

* 🐛 Remove RelayState from SAML details in SavedUserAuth ([0f73d88](0f73d88236))
pull/1580/head
semantic-release-bot 2022-04-04 07:29:25 +00:00
parent cd78f393d0
commit 9bd4bac4ae
4 changed files with 10 additions and 3 deletions

View File

@ -1,3 +1,10 @@
## [8.2.1](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/compare/v8.2.0...v8.2.1) (2022-04-04)
### Bug Fixes
* 🐛 Remove RelayState from SAML details in SavedUserAuth ([0f73d88](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/commit/0f73d882363d1d5adb2bcf464f55339614947ff2))
# [8.2.0](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/compare/v8.1.9...v8.2.0) (2022-04-04)

View File

@ -21,7 +21,7 @@
<parent>
<groupId>cz.muni.ics</groupId>
<artifactId>perun-oidc-parent</artifactId>
<version>8.2.0</version>
<version>8.2.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

View File

@ -22,7 +22,7 @@
<parent>
<groupId>cz.muni.ics</groupId>
<artifactId>perun-oidc-parent</artifactId>
<version>8.2.0</version>
<version>8.2.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

View File

@ -20,7 +20,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>cz.muni.ics</groupId>
<artifactId>perun-oidc-parent</artifactId>
<version>8.2.0</version>
<version>8.2.1</version>
<packaging>pom</packaging>
<modules>