Skip to content

Commit 3a24870

Browse files
committed
release 0.6.1
Signed-off-by: Andre Dietisheim <adietish@redhat.com>
1 parent 854f897 commit 3a24870

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ideaVersion=IC-2021.1
22
# build number ranges
33
# https://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html
44
sinceIdeaBuild=211
5-
projectVersion=0.6.1-SNAPSHOT
5+
projectVersion=0.6.1
66
jetBrainsToken=invalid
77
jetBrainsChannel=stable
88
intellijPluginVersion=1.7.0

src/main/resources/META-INF/plugin.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@
1010
</description>
1111
<change-notes>
1212
<![CDATA[
13+
<h3>0.6.1</h3>
14+
<ul>
15+
<li><a href="https://github.com/redhat-developer/intellij-kubernetes/issues/458">Switch to IJ common 1.7.1 as it breaks dependent plugins</a></li>
16+
</ul>
17+
<p></p>
1318
<h3>0.6.0</h3>
1419
<ul>
1520
<li><a href="https://github.com/redhat-developer/intellij-kubernetes/issues/215">As a user I want to be able to follow the logs</a></li>

0 commit comments

Comments
 (0)