chore(release): 8.0.0 [skip ci]

# [8.0.0](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/compare/v7.5.2...v8.0.0) (2022-01-12)

### Features

* 🎸 Refactored userinfo serv., new SAML-based claim sources ([2c413d9](2c413d9916))

### BREAKING CHANGES

* 🧨 requires database update
pull/1580/head
semantic-release-bot 2022-01-12 09:14:56 +00:00
parent 0c29059444
commit fd525b1b54
4 changed files with 15 additions and 3 deletions

View File

@ -1,3 +1,15 @@
# [8.0.0](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/compare/v7.5.2...v8.0.0) (2022-01-12)
### Features
* 🎸 Refactored userinfo serv., new SAML-based claim sources ([2c413d9](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/commit/2c413d9916e8a862d91a3be93490bed832245c70))
### BREAKING CHANGES
* 🧨 requires database update
## [7.5.2](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/compare/v7.5.1...v7.5.2) (2022-01-10)

View File

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

View File

@ -22,7 +22,7 @@
<parent>
<groupId>cz.muni.ics</groupId>
<artifactId>perun-oidc-parent</artifactId>
<version>7.5.2</version>
<version>8.0.0</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>7.5.2</version>
<version>8.0.0</version>
<packaging>pom</packaging>
<modules>