Skip to content

Commit

Permalink
release: 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Pakisan committed Dec 15, 2023
1 parent a1039e1 commit 7d7d613
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 2.4.0+jre17
published to:
- [JetBrains marketplace](https://plugins.jetbrains.com/plugin/15673-asyncapi/versions/stable/454611)
- [GitHub](https://github.com/asyncapi/jasyncapi-idea-plugin/releases/tag/2.4.0%2Bjre17)

### Added
- AsyncAPI 3.0.0
- Compatibility with IDEA 2023.3

## 2.3.0+jre17
published to:
- [JetBrains marketplace](https://plugins.jetbrains.com/plugin/15673-asyncapi/versions/stable/386402)
Expand Down
5 changes: 3 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group = "com.asyncapi.plugin.idea"
version = "2.3.1+jre17"
version = "2.4.0+jre17"

repositories {
mavenCentral()
Expand All @@ -30,7 +30,8 @@ tasks.getByName<org.jetbrains.intellij.tasks.PatchPluginXmlTask>("patchPluginXml
sinceBuild.set("223")
untilBuild.set("233.*")
changeNotes.set("""
<p>Fixed issue with svg icon rendering, which was blocking showing of context menu with new files (right click, new)</p>
<p>AsyncAPI 3.0.0</p>
<p>IDEA 2023.3</p>
""".trimIndent())
}

Expand Down

0 comments on commit 7d7d613

Please sign in to comment.