Skip to content

Commit

Permalink
Bump up the plugin version to 1.6.5-203 and update release notes (#269)
Browse files Browse the repository at this point in the history
  • Loading branch information
crdev authored Oct 9, 2023
1 parent 488cbca commit 9e336b7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies {
ext {
tmpMarkdownInputDir = "${buildDir}/tmp/markdown-inputs".toString()
htmlOutputDir = "${buildDir}/gen-html".toString()
pluginVersion = '1.6.4'
pluginVersion = '1.6.5'

// Make sure |ext.pluginSinceBuild| is consistent with |intellij.version|.
pluginSinceBuild = '203'
Expand Down
6 changes: 6 additions & 0 deletions releasenotes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Release notes

## Release notes for 1.6.5-203

### General
* Rotate Rollbar token for plugin error reporting


## Release notes for 1.6.4-203

### General
Expand Down

0 comments on commit 9e336b7

Please sign in to comment.