diff --git a/CHANGELOG.md b/CHANGELOG.md index 84d5bb439..2e173aef7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/perun-oidc-server-webapp/pom.xml b/perun-oidc-server-webapp/pom.xml index f158c6303..40b083a04 100644 --- a/perun-oidc-server-webapp/pom.xml +++ b/perun-oidc-server-webapp/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>cz.muni.ics</groupId> <artifactId>perun-oidc-parent</artifactId> - <version>8.0.0</version> + <version>8.0.1</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/perun-oidc-server/pom.xml b/perun-oidc-server/pom.xml index 1457d05e6..1016ee47b 100644 --- a/perun-oidc-server/pom.xml +++ b/perun-oidc-server/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>cz.muni.ics</groupId> <artifactId>perun-oidc-parent</artifactId> - <version>8.0.0</version> + <version>8.0.1</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/pom.xml b/pom.xml index cc6c015e6..57af0e05d 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>cz.muni.ics</groupId> <artifactId>perun-oidc-parent</artifactId> - <version>8.0.0</version> + <version>8.0.1</version> <packaging>pom</packaging> <modules>