Skip to content

Commit

Permalink
chore(skip-release): Prepare for 1.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Andre Dietisheim <adietish@redhat.com>
  • Loading branch information
adietish committed Apr 13, 2023
1 parent a40bab5 commit f6fb4ff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ideaVersion = IC-2020.3
# build number ranges
# https://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html
sinceIdeaBuild=203
projectVersion=0.0.4-SNAPSHOT
projectVersion=1.0.0
intellijPluginVersion=1.13.3
jetBrainsToken=invalid
jetBrainsChannel=stable
Expand Down
4 changes: 4 additions & 0 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
</description>

<change-notes><![CDATA[
<p><b>1.0.0</b></p>
<ul>
<li><a href="https://github.com/redhat-developer/intellij-redhat-telemetry/issues/68">Validate UUID before using it</a></li>
</ul>
<p><b>0.0.3</b></p>
<ul>
<li><a href="https://github.com/redhat-developer/intellij-redhat-telemetry/issues/46">Avoid sending unnecessary 'identify' events</a></li>
Expand Down

0 comments on commit f6fb4ff

Please sign in to comment.