Ready to release `v1.3.3`
This commit is contained in:
parent
8547c62aac
commit
591015fbe4
|
@ -2,7 +2,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
|
||||||
|
|
||||||
# Changelog for "oidc-library"
|
# Changelog for "oidc-library"
|
||||||
|
|
||||||
## [v1.3.3-SNAPSHOT]
|
## [v1.3.3]
|
||||||
Added JSON parsed instance of the refresh token to `JWTToken` class, the getter and methods to checks its presence and expiration
|
Added JSON parsed instance of the refresh token to `JWTToken` class, the getter and methods to checks its presence and expiration
|
||||||
|
|
||||||
## [v1.3.2]
|
## [v1.3.2]
|
||||||
|
|
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.3.3-SNAPSHOT</version>
|
<version>1.3.3</version>
|
||||||
|
|
||||||
<dependencyManagement>
|
<dependencyManagement>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|
Loading…
Reference in New Issue