Ready for the 1.2.0-SNAPSHOT version

This commit is contained in:
Mauro Mugnaini 2021-01-20 01:01:08 +01:00
parent 79c025fdeb
commit ef0e90e3e4
2 changed files with 4 additions and 1 deletions

View File

@ -2,6 +2,9 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for "oidc-library-portal"
## [v1.2.0-SNAPSHOT]
- New context roles mapper that not rely on User or Groups objects but in their ID as strings. New revised version of the cache proxy with mutex and session id used in place of session object, logs revised and scheduled log added that dumps cache contents. Marked as deprecated all utils methods for session objects get/set. (#20445)
## [v1.1.0]
- Added configuration for avatar URL (#19726)

View File

@ -11,7 +11,7 @@
</parent>
<groupId>org.gcube.portal</groupId>
<artifactId>oidc-library-portal</artifactId>
<version>1.1.0</version>
<version>1.2.0-SNAPSHOT</version>
<dependencyManagement>
<dependencies>
<dependency>