Skip to content

Commit

Permalink
Bump version to 1.2.0 and set release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
tlusk committed Jan 21, 2021
1 parent 1ec53eb commit a358eab
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {
}

group = "com.carbonblack"
version = "1.1.1"
version = "1.2.0"

tasks.compileJava {
@Suppress("UnstableApiUsage")
Expand Down
8 changes: 6 additions & 2 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,13 @@

<change-notes><![CDATA[
<html>
<b>Changes in version 1.1.1:</b>
<b>Changes in version 1.2.0:</b>
<ul>
<li>Fixed an issue with icon scaling on HDPI displays</li>
<li>Allow configuration of the rpm executable path</li>
<li>Fixed an issue where the target architecture was not detected</li>
<li>Added logging around rpm macro detection failures</li>
<li>Added an icon to show on the plugin page</li>
<li>Updated plugin to use Kotlin 1.4.x and IntelliJ 2020.3+</li>
</ul><br>
</html>
]]>
Expand Down

0 comments on commit a358eab

Please sign in to comment.