diff --git a/build.gradle b/build.gradle
index ba4062fd127dfe6302a9397e3d1c0b653a9ff1da..94458330e7703429572ed80ff22793c33c2369d3 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 fee877193c49c37774b1cd093bf70fd5b9d2dc7f..b46ad9eecc2904e3d08302f32f517ed8a6ec6298 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"
}
]
},