From 6bf16f9b7bdfa24246b543ce27acadcb0f6b82b4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C5=81ukasz=20=C5=81opatowski?=
 <lukasz.lopatowski@gmail.com>
Date: Thu, 16 May 2024 14:06:30 +0200
Subject: [PATCH] Updated version to 1.6.1 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 b75e57293..ec2b9b22f 100644
--- a/build.gradle
+++ b/build.gradle
@@ -13,7 +13,7 @@ repositories {
     mavenCentral()
 }
 
-version = '1.6.1-SNAPSHOT'
+version = '1.6.1'
 group = 'net.geant.nmaas'
 
 java {
diff --git a/src/main/resources/changelog.json b/src/main/resources/changelog.json
index 6936db4cc..740861c43 100644
--- a/src/main/resources/changelog.json
+++ b/src/main/resources/changelog.json
@@ -1,5 +1,21 @@
 {
   "versions" : [
+    {
+      "verNo" : "1.6.1",
+      "date" : "(2024/05/16)",
+      "topic" : [
+        {
+          "title" : "Fixed loading GitLab repository information for application instances",
+          "tags" : "[Bugfix]",
+          "description" : "Applied fix in the Janitor component related with querying for projects in given group."
+        },
+        {
+          "title" : "Multiple minor enhancements and fixes",
+          "tags" : "[Enhancement]",
+          "description" : "Addressed multiple issues on both back-end and front-end."
+        }
+      ]
+    },
     {
       "verNo" : "1.6.0",
       "date" : "(2024/03/12)",
-- 
GitLab