Skip to content
This repository was archived by the owner on Jan 31, 2025. It is now read-only.

Commit 9e336b7

Browse files
authored
Bump up the plugin version to 1.6.5-203 and update release notes (#269)
1 parent 488cbca commit 9e336b7

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies {
3030
ext {
3131
tmpMarkdownInputDir = "${buildDir}/tmp/markdown-inputs".toString()
3232
htmlOutputDir = "${buildDir}/gen-html".toString()
33-
pluginVersion = '1.6.4'
33+
pluginVersion = '1.6.5'
3434

3535
// Make sure |ext.pluginSinceBuild| is consistent with |intellij.version|.
3636
pluginSinceBuild = '203'

releasenotes.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Release notes
22

3+
## Release notes for 1.6.5-203
4+
5+
### General
6+
* Rotate Rollbar token for plugin error reporting
7+
8+
39
## Release notes for 1.6.4-203
410

511
### General

0 commit comments

Comments
 (0)