Skip to content

Commit cc2c6be

Browse files
adietishmohitsuman
andcommittedJun 6, 2023
release 1.0.1
Signed-off-by: Andre Dietisheim <[email protected]> Co-authored-by: Mohit Suman <[email protected]>
1 parent 51095e7 commit cc2c6be

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
 

Diff for: ‎gradle.properties

+1-1
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=221
5-
projectVersion=1.0.1-SNAPSHOT
5+
projectVersion=1.0.1
66
jetBrainsToken=invalid
77
jetBrainsChannel=stable
88
intellijPluginVersion=1.13.2

Diff for: ‎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.0.1</h3>
14+
<ul>
15+
<li><a href="https://github.com/redhat-developer/intellij-kubernetes/issues/611">Display routes for OpenShift clusters</a></li>
16+
</ul>
1317
<h3>1.0.0</h3>
1418
<ul>
1519
<li><a href="https://github.com/redhat-developer/intellij-kubernetes/issues/600">Support editing a K8s resource on a logged in cluster using private certificate </a></li>

0 commit comments

Comments
 (0)
Please sign in to comment.