Skip to content

Commit

Permalink
chore(skip-release): Prepare for 1.22.0
Browse files Browse the repository at this point in the history
Signed-off-by: Fred Bricon <[email protected]>
  • Loading branch information
fbricon authored and angelozerr committed Jul 13, 2023
1 parent 1da6b7f commit 522b3f1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ideaVersion = IC-2022.1
projectVersion=1.21.1-SNAPSHOT
projectVersion=1.22.0
jetBrainsToken=invalid
jetBrainsChannel=stable
quarkusVersion=3.1.2.Final
Expand Down
11 changes: 11 additions & 0 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,17 @@
]]></description>

<change-notes><![CDATA[
<h3>1.22.0</h3>
<ul>
<li>Improved Qute template editing experience (brackets autoclose, syntax highlighting, better HTML integration ...)</li>
<li>New completion icons</li>
<li>New and improved Snippet completion</li>
<li>New validations for Microprofile @Query and @Mutation</li>
<li>Show JAX-RS and Renarde endpoints as implicitly used</li>
<li>Improved extension selection in Quarkus project wizard</li>
<li>Bug fixes</li>
</ul>
Learn more in the <a href="https://github.com/redhat-developer/intellij-quarkus/milestone/35?closed=1">changelog</a>.
<h3>1.21.0</h3>
<ul>
<li>performance improvement by debouncing classpath changes to refresh Java / properties files validation</li>
Expand Down

0 comments on commit 522b3f1

Please sign in to comment.