chore(release): 9.1.1 [skip ci]
## [9.1.1](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/compare/v9.1.0...v9.1.1) (2022-04-22) ### Bug Fixes * 🐛 Fixed wrong mail in LS consent ([pull/1580/headc84912c
](c84912c551
))
parent
5dc2a061c1
commit
58c0e80346
|
@ -1,3 +1,10 @@
|
|||
## [9.1.1](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/compare/v9.1.0...v9.1.1) (2022-04-22)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* 🐛 Fixed wrong mail in LS consent ([c84912c](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/commit/c84912c55106b5b272e5221efbacdbd1451aeb7e))
|
||||
|
||||
# [9.1.0](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/compare/v9.0.3...v9.1.0) (2022-04-22)
|
||||
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
<parent>
|
||||
<groupId>cz.muni.ics</groupId>
|
||||
<artifactId>perun-oidc-parent</artifactId>
|
||||
<version>9.1.0</version>
|
||||
<version>9.1.1</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
<parent>
|
||||
<groupId>cz.muni.ics</groupId>
|
||||
<artifactId>perun-oidc-parent</artifactId>
|
||||
<version>9.1.0</version>
|
||||
<version>9.1.1</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
|
Loading…
Reference in New Issue