Ready to release `v1.4.0`

This commit is contained in:
Mauro Mugnaini 2024-09-30 12:06:41 +02:00
parent c016d98d8b
commit f42e4e78e3
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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>