Releasing v.1.3.0

This commit is contained in:
Mauro Mugnaini 2021-06-24 11:06:19 +02:00
parent bee9d59f22
commit a37cd40b99
2 changed files with 4 additions and 4 deletions

View File

@ -2,8 +2,8 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for "oidc-library"
## [v1.3.0-SNAPSHOT]
## [v1.3.0]
Added method to retrieve UMA token by using `clientId` and `clientSecret` in a specific `audience` (aka context) that can now be provided in both encoded and not encoded form (starts with "/" check is performed).
## [v1.2.1]
- "Data-Editor" role added (#20896), some logs changed to debug level

View File

@ -13,14 +13,14 @@
<groupId>org.gcube.common</groupId>
<artifactId>oidc-library</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>maven-portal-bom</artifactId>
<version>3.6.0</version>
<version>3.6.2</version>
<type>pom</type>
<scope>import</scope>
</dependency>