From 1db5caa7ed3b2615faf4d273af69b6e577eb44dd Mon Sep 17 00:00:00 2001
From: Lukasz Lopatowski <llopat@man.poznan.pl>
Date: Tue, 20 Jul 2021 11:35:44 +0200
Subject: [PATCH] Updated core files for 1.4.3 release

---
 build.gradle                      |  2 +-
 readme.md                         |  2 +-
 src/main/resources/changelog.json | 26 ++++++++++++++++++++++++++
 3 files changed, 28 insertions(+), 2 deletions(-)

diff --git a/build.gradle b/build.gradle
index 2308ab714..4fefba990 100644
--- a/build.gradle
+++ b/build.gradle
@@ -13,7 +13,7 @@ repositories {
     mavenCentral()
 }
 
-version = '1.4.3-SNAPSHOT'
+version = '1.4.3'
 group = 'net.geant.nmaas'
 
 sourceCompatibility = 1.8
diff --git a/readme.md b/readme.md
index d36af3af4..b2f649e83 100644
--- a/readme.md
+++ b/readme.md
@@ -9,7 +9,7 @@ Platform exposes a REST API consumed by the NMaaS Portal GUI.
 ---
  * Java 8
  * Spring 5
- * Spring Boot (2.4.1)
+ * Spring Boot (2.4.5)
  * freemarker (2.3.30)
  * Google Guava (30.0)
  * Log4j2 (2.11.1)
diff --git a/src/main/resources/changelog.json b/src/main/resources/changelog.json
index cc7d697ff..9aba1b838 100644
--- a/src/main/resources/changelog.json
+++ b/src/main/resources/changelog.json
@@ -1,4 +1,30 @@
 {"versions" : [
+  {
+    "verNo" : "1.4.3",
+    "date" : "(2021/07/20)",
+    "topic" : [
+      {
+        "title" : "Enhanced application instance public access method",
+        "tags" : "[Enhancement]",
+        "description" : "Application public access URL includes custom instance name instead of the random UUID."
+      },
+      {
+        "title" : "Enhanced administrator views for adding new applications",
+        "tags" : "[Enhancement]",
+        "description" : "Introduced advanced option for configuration wizard definition."
+      },
+      {
+        "title" : "Enhanced new domain request form",
+        "tags" : "[Enhancement]",
+        "description" : "Added new VPN-setup related fields to the new domain request form."
+      },
+      {
+        "title" : "Fixed issue with application version selection",
+        "tags" : "[Bugfix]",
+        "description" : "Fixed issue related with allowing only active application versions to be deployed."
+      }
+    ]
+  },
   {
     "verNo" : "1.4.2",
     "date" : "(2021/05/11)",
-- 
GitLab