diff --git a/build.gradle b/build.gradle index 755fab1f692b4ea07ae3ba45471839f6ee07b84e..38dfa1b819d0b457a0c25f0e4f93765cb937d38e 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 1969a899bdaeadc9d44ba6b8b816ac8287345aa3..968d4f17c1e21ca94c1029fe73674293d69442a3 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)",