Releasing v1.2.1
This commit is contained in:
parent
032168aed6
commit
abe7e42937
|
@ -2,9 +2,8 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
|
||||||
|
|
||||||
# Changelog for "oidc-library"
|
# Changelog for "oidc-library"
|
||||||
|
|
||||||
## [v1.2.1-SNAPSHOT]
|
## [v1.2.1]
|
||||||
- "Data-Editor" role added (#20896), some logs changed to debug
|
- "Data-Editor" role added (#20896), some logs changed to debug level
|
||||||
|
|
||||||
|
|
||||||
## [v1.2.0]
|
## [v1.2.0]
|
||||||
- Site is now comparable. Added JTI value getter and essentials info dump in JWT. Revised get avatar helper.
|
- Site is now comparable. Added JTI value getter and essentials info dump in JWT. Revised get avatar helper.
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -13,7 +13,7 @@
|
||||||
|
|
||||||
<groupId>org.gcube.common</groupId>
|
<groupId>org.gcube.common</groupId>
|
||||||
<artifactId>oidc-library</artifactId>
|
<artifactId>oidc-library</artifactId>
|
||||||
<version>1.2.1-SNAPSHOT</version>
|
<version>1.2.1</version>
|
||||||
|
|
||||||
<dependencyManagement>
|
<dependencyManagement>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|
Loading…
Reference in New Issue