Skip to content

Commit

Permalink
release: 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Pakisan committed Sep 1, 2023
1 parent a4fc7f6 commit ee17644
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

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

### Added
- AsyncAPI 2.6.0

### Changed
- Plugin description
- New icons

## 2.2.0+jre17
published to:
- [JetBrains marketplace](https://plugins.jetbrains.com/plugin/15673-asyncapi/versions/stable/371376)
Expand Down
6 changes: 4 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.2.0+jre17"
version = "2.3.0+jre17"

repositories {
mavenCentral()
Expand All @@ -30,7 +30,9 @@ tasks.getByName<org.jetbrains.intellij.tasks.PatchPluginXmlTask>("patchPluginXml
sinceBuild.set("223")
untilBuild.set("232.*")
changeNotes.set("""
<p>Update to support IntelliJ IDEA 2023.2*</p>
<p>AsyncAPI 2.6.0</p>
<p>New icons</p>
<p>New plugin description</p>
""".trimIndent())
}

Expand Down

0 comments on commit ee17644

Please sign in to comment.