Skip to content

Commit f6fb4ff

Browse files
committed
chore(skip-release): Prepare for 1.0.0
Signed-off-by: Andre Dietisheim <[email protected]>
1 parent a40bab5 commit f6fb4ff

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-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-2020.3
22
# build number ranges
33
# https://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html
44
sinceIdeaBuild=203
5-
projectVersion=0.0.4-SNAPSHOT
5+
projectVersion=1.0.0
66
intellijPluginVersion=1.13.3
77
jetBrainsToken=invalid
88
jetBrainsChannel=stable

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010
</description>
1111

1212
<change-notes><![CDATA[
13+
<p><b>1.0.0</b></p>
14+
<ul>
15+
<li><a href="https://github.com/redhat-developer/intellij-redhat-telemetry/issues/68">Validate UUID before using it</a></li>
16+
</ul>
1317
<p><b>0.0.3</b></p>
1418
<ul>
1519
<li><a href="https://github.com/redhat-developer/intellij-redhat-telemetry/issues/46">Avoid sending unnecessary 'identify' events</a></li>

0 commit comments

Comments
 (0)