From 0a24b10c87eb9b0cbcb00a70211ad982f0c755ff Mon Sep 17 00:00:00 2001 From: Mauro Mugnaini Date: Wed, 20 Jan 2021 00:58:23 +0100 Subject: [PATCH] Ready for the 1.2.0-SNAPSHOT version --- CHANGELOG.md | 3 +++ pom.xml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 52242f7..f82bc39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/pom.xml b/pom.xml index 2ea1c0d..4aa079e 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ org.gcube.common oidc-library - 1.1.1 + 1.2.0-SNAPSHOT