chore(release): 8.0.1 [skip ci]

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

### Bug Fixes

* 🐛 Fix missing sub in ClaimSourceProduceContext ([5eace9f](5eace9fb21))
pull/1580/head
semantic-release-bot 2022-01-12 14:38:04 +00:00
parent d7d2a62dba
commit 1ac946b83c
4 changed files with 10 additions and 3 deletions

View File

@ -1,3 +1,10 @@
## [8.0.1](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/compare/v8.0.0...v8.0.1) (2022-01-12)
### Bug Fixes
* 🐛 Fix missing sub in ClaimSourceProduceContext ([5eace9f](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/commit/5eace9fb21fce78e8e05e1b4eba8e47143f88c49))
# [8.0.0](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/compare/v7.5.2...v8.0.0) (2022-01-12) # [8.0.0](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/compare/v7.5.2...v8.0.0) (2022-01-12)

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>8.0.0</version> <version>8.0.1</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>8.0.0</version> <version>8.0.1</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>8.0.0</version> <version>8.0.1</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<modules> <modules>