chore(release): 9.1.0 [skip ci]
# [9.1.0](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/compare/v9.0.3...v9.1.0) (2022-04-22) ### Features * 🎸 Filter for logging authentication details ([pull/1580/head585dbd8
](585dbd82a5
))
parent
54e6cce5a5
commit
479c74f5d0
|
@ -1,3 +1,10 @@
|
|||
# [9.1.0](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/compare/v9.0.3...v9.1.0) (2022-04-22)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* 🎸 Filter for logging authentication details ([585dbd8](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/commit/585dbd82a5364e5ca9fe16a9b5714aa340f47896))
|
||||
|
||||
## [9.0.3](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/compare/v9.0.2...v9.0.3) (2022-04-22)
|
||||
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
<parent>
|
||||
<groupId>cz.muni.ics</groupId>
|
||||
<artifactId>perun-oidc-parent</artifactId>
|
||||
<version>9.0.3</version>
|
||||
<version>9.1.0</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
<parent>
|
||||
<groupId>cz.muni.ics</groupId>
|
||||
<artifactId>perun-oidc-parent</artifactId>
|
||||
<version>9.0.3</version>
|
||||
<version>9.1.0</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
|
Loading…
Reference in New Issue