diff --git a/CHANGELOG.md b/CHANGELOG.md index 94e0c4e..8f03506 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/pom.xml b/pom.xml index 6dacd34..3ddd72f 100644 --- a/pom.xml +++ b/pom.xml @@ -13,14 +13,14 @@ org.gcube.common oidc-library - 1.3.0-SNAPSHOT + 1.3.0 org.gcube.distribution maven-portal-bom - 3.6.0 + 3.6.2 pom import