diff --git a/CHANGELOG.md b/CHANGELOG.md index 520fef0..10831f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,15 @@ -# Changelog for invites-common-livrary +# Changelog for invites-common-library 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). -## [v1.5.1-SNAPSHOT] - 2020-07-21 +## [v1.5.1] - 2020-07-21 Ported to git +Feature #19708 send a temporary password in the invite email if the account does not exists + ## [v1.5.0] - 2017-11-29 Invite method revised to avoid double step in case of user registration diff --git a/pom.xml b/pom.xml index 28ce665..16d44b8 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ 4.0.0 org.gcube.portal invites-common-library - 1.5.1-SNAPSHOT + 1.5.1 jar gCube Invites Common Library is a common library containing shared code for Inviting external users to portal VREs.