diff --git a/README.md b/README.md index e5a66268f..2e383ed40 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Liberty Tools for IntelliJ IDEA -> Note: Version 24.0.3 requires **IntelliJ IDEA 2023.2.\*** or **2023.3.\*** and a minimum of **Java 17**. +> Note: Version 24.0.6 requires **IntelliJ IDEA 2023.2.\***, **2023.3.\***, or **2024.1.\*** and a minimum of **Java 17**. > > This page provides an overview of Liberty Tools for IntelliJ IDEA. > For minimum requirements information and detailed instructions on how to use Liberty Tools, check the [user-guide](docs/user-guide.md). @@ -101,7 +101,7 @@ If you experience a problem with this plugin you might be asked to collect langu ## Requirements -Version 24.0.3 requires **IntelliJ IDEA 2023.2.\*** or **2023.3.\*** and a minimum of **Java 17**. +Version 24.0.6 requires **IntelliJ IDEA 2023.2.\***, **2023.3.\***, or **2024.1.\*** and a minimum of **Java 17**. For more details, check the [user guide](docs/user-guide.md#software-requirements). diff --git a/build.gradle b/build.gradle index 8503cf2eb..c6c32fac3 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ plugins { } group 'io.openliberty.tools' -version '24.0.6-SNAPSHOT' +version '24.0.6' sourceCompatibility = 17 targetCompatibility = 17 @@ -180,6 +180,20 @@ tasks { patchPluginXml { changeNotes = """ +

24.0.6

+

Version 24.0.6 of Liberty Tools for IntelliJ IDEA contains enhancements and fixes. Version 24.0.6 requires IntelliJ IDEA version 2023.2.*, 2023.3.*, or 2024.1.* and a minimum of Java 17.

+ Notable changes: +