From 06cd9c8608141293f1ff822dc43024a646ecf669 Mon Sep 17 00:00:00 2001 From: Lukasz Lopatowski <llopat@man.poznan.pl> Date: Mon, 11 Jan 2021 22:01:10 +0100 Subject: [PATCH] Updated changelog for v1.4.0 --- .../src/main/resources/changelog.json | 31 +++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/nmaas-platform/src/main/resources/changelog.json b/nmaas-platform/src/main/resources/changelog.json index cf1b5b7dc..1969a899b 100644 --- a/nmaas-platform/src/main/resources/changelog.json +++ b/nmaas-platform/src/main/resources/changelog.json @@ -1,4 +1,35 @@ {"versions" : [ + { + "verNo" : "1.4.0", + "date" : "(2021/01/12)", + "topic" : [ + { + "title" : "Enhanced application deployment process", + "tags" : "[Enhancement]", + "description" : "Introduced separation between the application deployment, first time configuration and activation processes." + }, + { + "title" : "Assigning users to running application instances", + "tags" : "[Enhancement]", + "description" : "Added possibility to manage the list of users with access to particular running application instance." + }, + { + "title" : "Synchronisation of user SSH-keys with GitLab account", + "tags" : "[Enhancement]", + "description" : "Added new functionality to sync user GitLab accounts with keys provided on the user Profile page." + }, + { + "title" : "Predefined contact form messages", + "tags" : "[Enhancement]", + "description" : "Added a set of message types to choose from when submitting the contact form." + }, + { + "title" : "New application list sorting options", + "tags" : "[Enhancement]", + "description" : "Added the possibility to sort available applications by name, rating and popularity." + } + ] + }, { "verNo" : "1.3.7", "date" : "(2020/10/06)", -- GitLab