Releasing v1.2.1

This commit is contained in:
Mauro Mugnaini 2021-04-12 19:27:06 +02:00
parent 032168aed6
commit abe7e42937
2 changed files with 3 additions and 4 deletions

View File

@ -2,9 +2,8 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for "oidc-library" # Changelog for "oidc-library"
## [v1.2.1-SNAPSHOT] ## [v1.2.1]
- "Data-Editor" role added (#20896), some logs changed to debug - "Data-Editor" role added (#20896), some logs changed to debug level
## [v1.2.0] ## [v1.2.0]
- Site is now comparable. Added JTI value getter and essentials info dump in JWT. Revised get avatar helper. - Site is now comparable. Added JTI value getter and essentials info dump in JWT. Revised get avatar helper.

View File

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