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 ([pull/1580/head0f73d88
](0f73d88236
))
parent
cd78f393d0
commit
9bd4bac4ae
|
@ -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)
|
# [8.2.0](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/compare/v8.1.9...v8.2.0) (2022-04-04)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -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>8.2.0</version>
|
<version>8.2.1</version>
|
||||||
<relativePath>../pom.xml</relativePath>
|
<relativePath>../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|
|
@ -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>8.2.0</version>
|
<version>8.2.1</version>
|
||||||
<relativePath>../pom.xml</relativePath>
|
<relativePath>../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -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>8.2.0</version>
|
<version>8.2.1</version>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|
||||||
<modules>
|
<modules>
|
||||||
|
|
Loading…
Reference in New Issue