From 788a40b767c2e28318a167ba64b6e9d78b7a87cc Mon Sep 17 00:00:00 2001
From: llopat <llopat@man.poznan.pl>
Date: Wed, 4 Sep 2024 15:36:33 +0200
Subject: [PATCH] Update version to 1.6.3 and updated changelog for 1.6.3

---
 build.gradle                      |  2 +-
 src/main/resources/changelog.json | 12 +++++++++++-
 2 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/build.gradle b/build.gradle
index ba4062fd1..94458330e 100644
--- a/build.gradle
+++ b/build.gradle
@@ -13,7 +13,7 @@ repositories {
     mavenCentral()
 }
 
-version = '1.6.3-SNAPSHOT'
+version = '1.6.3'
 group = 'net.geant.nmaas'
 
 java {
diff --git a/src/main/resources/changelog.json b/src/main/resources/changelog.json
index fee877193..b46ad9eec 100644
--- a/src/main/resources/changelog.json
+++ b/src/main/resources/changelog.json
@@ -2,7 +2,7 @@
   "versions" : [
     {
       "verNo" : "1.6.3",
-      "date" : "(2024/09/04)",
+      "date" : "(2024/09/05)",
       "topic" : [
         {
           "title" : "New layout for the portal landing pages",
@@ -13,6 +13,16 @@
           "title" : "Support for SSO accounts provisioned ahead of time",
           "tags" : "[Enhancement]",
           "description" : "Bulk user deployment process was enhanced with an option to indicate that given user account should allow for SSO login"
+        },
+        {
+          "title" : "New email notifications for user accounts created in bulk",
+          "tags" : "[Enhancement]",
+          "description" : "New users with accounts created in bulk process will receive customized email messages with instructions on first login"
+        },
+        {
+          "title" : "Fixed issue with selection of application version for manual upgrade",
+          "tags" : "[Bugfix]",
+          "description" : "Fix was applied to drop down version selector on manual application instance version upgrade modal"
         }
       ]
     },
-- 
GitLab