From e93669c2f08cff392ab3b337e9a0571bd90170c4 Mon Sep 17 00:00:00 2001 From: Massimiliano Assante Date: Fri, 16 Oct 2020 16:04:17 +0200 Subject: [PATCH] releasing bug fix 19978 --- CHANGELOG.md | 6 ++++++ pom.xml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 303d1f0..5f26762 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [v2.5.2] - 2020-10-16 + +Bug Fix + +[#19978] LiferayUserManager#listMembershipRequestsByGroup issue in returned list + ## [v2.5.1] [r4.25.0] - 2020-07-10 [#19603]Enhance performance of VRE membership requests retrieval by adding dedicated method for retrieving pending requests by groupid diff --git a/pom.xml b/pom.xml index d950c9c..5c22fa5 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ org.gcube.dvos usermanagement-core - 2.5.2-SNAPSHOT + 2.5.2 jar User Management API