From 4fc46738a9d90d07f745e7fb04861401a21e4688 Mon Sep 17 00:00:00 2001
From: Lukasz Lopatowski <llopat@man.poznan.pl>
Date: Tue, 16 Mar 2021 16:22:23 +0100
Subject: [PATCH] Updated version number and changelog

---
 build.gradle                      |  2 +-
 src/main/resources/changelog.json | 16 ++++++++++++++++
 2 files changed, 17 insertions(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index 755fab1f6..38dfa1b81 100644
--- a/build.gradle
+++ b/build.gradle
@@ -13,7 +13,7 @@ repositories {
     mavenCentral()
 }
 
-version = '1.4.1-SNAPSHOT'
+version = '1.4.1'
 group = 'net.geant.nmaas'
 
 sourceCompatibility = 1.8
diff --git a/src/main/resources/changelog.json b/src/main/resources/changelog.json
index 1969a899b..968d4f17c 100644
--- a/src/main/resources/changelog.json
+++ b/src/main/resources/changelog.json
@@ -1,4 +1,20 @@
 {"versions" : [
+  {
+    "verNo" : "1.4.1",
+    "date" : "(2021/03/18)",
+    "topic" : [
+      {
+        "title" : "Improved user management views",
+        "tags" : "[Enhancement]",
+        "description" : "Introduced multiple enhancements to the user administrator view."
+      },
+      {
+        "title" : "Enhanced NMaaS configuration process",
+        "tags" : "[Enhancement]",
+        "description" : "Refactored Platform source code in order to load additional configuration parameters from properties file."
+      }
+    ]
+  },
   {
     "verNo" : "1.4.0",
     "date" : "(2021/01/12)",
-- 
GitLab