Ready to release `v1.4.0`
This commit is contained in:
parent
c016d98d8b
commit
f42e4e78e3
|
@ -2,7 +2,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
|
||||||
|
|
||||||
# Changelog for "oidc-library-portal"
|
# Changelog for "oidc-library-portal"
|
||||||
|
|
||||||
## [v1.4.0-SNAPSHOT]
|
## [v1.4.0]
|
||||||
New handling for missing refresh token and refresh token expired in OIDC token when refreshing it.
|
New handling for missing refresh token and refresh token expired in OIDC token when refreshing it.
|
||||||
Changed OIDC related exceptions: the cause exception can be an `OpenIdConnectRESTHelperException` only.
|
Changed OIDC related exceptions: the cause exception can be an `OpenIdConnectRESTHelperException` only.
|
||||||
|
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -12,7 +12,7 @@
|
||||||
|
|
||||||
<groupId>org.gcube.portal</groupId>
|
<groupId>org.gcube.portal</groupId>
|
||||||
<artifactId>oidc-library-portal</artifactId>
|
<artifactId>oidc-library-portal</artifactId>
|
||||||
<version>1.4.0-SNAPSHOT</version>
|
<version>1.4.0</version>
|
||||||
|
|
||||||
<dependencyManagement>
|
<dependencyManagement>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|
Loading…
Reference in New Issue