Skip to content
This repository has been archived by the owner on Feb 1, 2023. It is now read-only.

Commit

Permalink
release: 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Pakisan committed Oct 15, 2022
1 parent c3fcfd9 commit 444fbe1
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 4 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,24 @@
# Changelog

## 1.7.0+idea2021
published to:
- [JetBrains marketplace](https://plugins.jetbrains.com/plugin/15673-asyncapi/versions/stable/197680)
- [GitHub](https://github.com/Pakisan/jasyncapi-idea-plugin/releases/tag/1.6.0%2Bidea2021)

### Added
- Compatability with IDEA 2022.2
- Compatability with IDEA 2022.2.1
- Compatability with IDEA 2022.2.2
- Compatability with IDEA 2022.2.3
- AsyncAPI 2.5.0
- Reference to Avro Schemas

### Changed
- was changed `org.jetbrains.intellij` version
- 1.7.0 -> 1.9.0
- was changed `org.junit.jupiter` version
- 5.8.2 -> 5.9.0

## 1.6.0+idea2021
published to:
- [JetBrains marketplace](https://plugins.jetbrains.com/plugin/15673-asyncapi/versions/stable/197680)
Expand Down
8 changes: 4 additions & 4 deletions build.gradle.kts
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group "com.asyncapi.plugin.idea"
version = "1.6.0+idea2021"
version = "1.7.0+idea2021"

repositories {
mavenCentral()
Expand All @@ -28,9 +28,9 @@ tasks.getByName<org.jetbrains.intellij.tasks.PatchPluginXmlTask>("patchPluginXml
sinceBuild.set("211")
untilBuild.set("222.*")
changeNotes.set("""
<b>AsyncAPI Schema auto-completion</b>
<b>New AsyncAPI version - 2.4.0</b>
<b>IDEA: 2022.2.*</b>
<p>New AsyncAPI version - 2.5.0</p>
<p>IDEA: 2022.2</p>
<p>References to Avro Schemas</p>
""".trimIndent())
}

Expand Down

0 comments on commit 444fbe1

Please sign in to comment.