diff --git a/CHANGELOG.md b/CHANGELOG.md index b63c7c0..05c0cfd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ # Axon Framework plugin Changelog +## [0.8.7] +- Plugin is now compatible with IDEA 2024.2 (IDEA 242.*) + ## [0.8.6] - Plugin is now compatible with IDEA 2024.1 (IDEA 241.*) diff --git a/gradle.properties b/gradle.properties index bc8358f..6bb85b9 100644 --- a/gradle.properties +++ b/gradle.properties @@ -25,7 +25,7 @@ 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 = 241.* +pluginUntilBuild = 242.* # IntelliJ Platform Properties -> https://github.com/JetBrains/gradle-intellij-plugin#intellij-platform-properties platformType = IC