Added missing `v` in the version tag in changelog

This commit is contained in:
Mauro Mugnaini 2024-06-05 10:43:18 +02:00
parent 58eca668ef
commit 7d441fb7be
Signed by: mauro.mugnaini
GPG Key ID: 2440CFD0EB321EA8
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,8 @@
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
# Changelog for "oidc-library-portal"
## [1.4.0-SNAPSHOT]
## [v1.4.0-SNAPSHOT]
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.