diff --git a/CHANGELOG.md b/CHANGELOG.md index cceae3d..b63c7c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ # Axon Framework plugin Changelog +## [0.8.6] +- Plugin is now compatible with IDEA 2024.1 (IDEA 241.*) + ## [0.8.5] - Fix StackOverflow issue when aggregate model is recursive (https://github.com/AxonFramework/IdeaPlugin/issues/261) diff --git a/gradle.properties b/gradle.properties index ea086d6..d798554 100644 --- a/gradle.properties +++ b/gradle.properties @@ -25,11 +25,11 @@ axonVersion=4.9.0 # See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html # for insight into build numbers and IntelliJ Platform versions. pluginSinceBuild = 232 -pluginUntilBuild = 233.* +pluginUntilBuild = 241.* # IntelliJ Platform Properties -> https://github.com/JetBrains/gradle-intellij-plugin#intellij-platform-properties platformType = IC -platformVersion = 2023.3 +platformVersion = 2024.1 # Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html # Example: platformPlugins = com.intellij.java, com.jetbrains.php:203.4449.22