Prepared for new 1.2.1 version
This commit is contained in:
parent
7689b2238e
commit
ac26a35417
|
@ -2,6 +2,10 @@ 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]
|
||||||
|
- "Data-Editor" role added, some logs changed to debug
|
||||||
|
|
||||||
|
|
||||||
## [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.0</version>
|
<version>1.2.1-SNAPSHOT</version>
|
||||||
|
|
||||||
<dependencyManagement>
|
<dependencyManagement>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|
Loading…
Reference in New Issue