diff --git a/build.gradle b/build.gradle index cc846ebbe..d87b9c042 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ plugins { } group 'io.openliberty.tools' -version '23.0.12-SNAPSHOT' +version '23.0.12' sourceCompatibility = 17 targetCompatibility = 17 @@ -179,6 +179,29 @@ tasks { patchPluginXml { changeNotes = """ +

23.0.12

+ Version 23.0.12 of Liberty Tools for IntelliJ IDEA contains enhancements and fixes. Version 23.0.12 requires IntelliJ IDEA version 2023.1+ and requires Java 17 or later. +
+ Notable enhancements: + + See the commit log for the full set of changes since the previous release. +

23.0.6

Version 23.0.6 of Liberty Tools for IntelliJ IDEA contains new functionality and fixes. Version 23.0.6 requires IntelliJ IDEA version 2023.1+ and requires Java 17 or later.