Skip to content

Commit cba6c27

Browse files
committed
release 1.2.1 (#671)
Signed-off-by: Andre Dietisheim <[email protected]>
1 parent a49dbc5 commit cba6c27

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ideaVersion=IC-2022.1
22
# build number ranges
33
# https://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html
44
sinceIdeaBuild=232
5-
projectVersion=1.2.1-SNAPSHOT
5+
projectVersion=1.2.1
66
jetBrainsToken=invalid
77
jetBrainsChannel=stable
88
intellijPluginVersion=1.16.0

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

+4
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010
</description>
1111
<change-notes>
1212
<![CDATA[
13+
<h3>1.2.1</h3>
14+
<ul>
15+
<li><a href="https://github.com/redhat-developer/intellij-kubernetes/issues/669">"Current namespace" of my old context is overwritten when I switch to a new context</a></li>
16+
</ul>
1317
<h3>1.2.0</h3>
1418
<ul>
1519
<li><a href="https://github.com/redhat-developer/intellij-kubernetes/issues/615">As a user I want to be able to scale a deployment up or down without editing the yaml</a></li>

0 commit comments

Comments
 (0)