Releasing v.1.2.0

This commit is contained in:
Mauro Mugnaini 2022-04-04 13:25:41 +02:00
parent f5bbec3f3a
commit f7e5c29c54
2 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for "keycloak-client"
## [v1.2.0-SNAPSHOT]
- Added OIDC token retrieve for clients [#23076] and UMA token from OIDC token instead for credentials
## [v1.2.0]
- Added OIDC token retrieve for clients [#23076] and UMA token from OIDC token as bearer auth, instead of credentials only (basic auth)
## [v1.1.0]
- Added refresh token facilities for expired tokens (#22515) and some helper methods added.

View File

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