We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 488cbca commit 9e336b7Copy full SHA for 9e336b7
2 files changed
build.gradle
@@ -30,7 +30,7 @@ dependencies {
30
ext {
31
tmpMarkdownInputDir = "${buildDir}/tmp/markdown-inputs".toString()
32
htmlOutputDir = "${buildDir}/gen-html".toString()
33
- pluginVersion = '1.6.4'
+ pluginVersion = '1.6.5'
34
35
// Make sure |ext.pluginSinceBuild| is consistent with |intellij.version|.
36
pluginSinceBuild = '203'
releasenotes.md
@@ -1,5 +1,11 @@
1
# Release notes
2
3
+## Release notes for 1.6.5-203
4
+
5
+### General
6
+ * Rotate Rollbar token for plugin error reporting
7
8
9
## Release notes for 1.6.4-203
10
11
### General
0 commit comments