diff --git a/CHANGELOG.md b/CHANGELOG.md index bc0e4e2..fcec695 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,11 @@ ## 2.7.0+jre21 published to: -- [JetBrains marketplace](https://plugins.jetbrains.com/plugin/15673-asyncapi/versions/stable/643480) +- [JetBrains marketplace](https://plugins.jetbrains.com/plugin/15673-asyncapi/versions/stable/643494) - [GitHub](https://github.com/asyncapi/jasyncapi-idea-plugin/releases/new?tag=2.7.0%2Bjre17) ### Added -- IDEA 2024.3 - Resolve local references for correct AsyncAPI specification rendering ### Fixed diff --git a/build.gradle.kts b/build.gradle.kts index 2c0be94..95a14b3 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -61,7 +61,6 @@ intellijPlatform { changeNotes = """

Added

Fixed

@@ -115,7 +114,10 @@ intellijPlatform { "2024.2.0.1", "2024.2.0.2", "2024.2.1", - "2024.3" + "2024.2.2", + "2024.2.3", + "2024.2.4", + "2024.2.5" )) } } @@ -124,7 +126,7 @@ intellijPlatform { tasks { patchPluginXml { sinceBuild = "223" - untilBuild = "243.*" + untilBuild = "242.*" } }