Ready for the 1.2.0-SNAPSHOT version

This commit is contained in:
Mauro Mugnaini 2021-01-20 00:58:23 +01:00
parent 35459bec6b
commit 0a24b10c87
2 changed files with 4 additions and 1 deletions

View File

@ -2,6 +2,9 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for "oidc-library"
## [v1.2.0-SNAPSHOT]
- Site is now comparable. Added JTI value getter and essentials info dump in JWT. Revised get avatar helper.
## [v1.1.1]
- New checks for "invalid_grant" and "access_denied" error together with ""Token is not active"", "Invalid bearer token" and "not_authorized" descriptions (#20407)

View File

@ -13,7 +13,7 @@
<groupId>org.gcube.common</groupId>
<artifactId>oidc-library</artifactId>
<version>1.1.1</version>
<version>1.2.0-SNAPSHOT</version>
<dependencyManagement>
<dependencies>