diff --git a/CHANGELOG.md b/CHANGELOG.md index 42c4f68..66e3625 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,9 @@ # PMDPlugin Changelog ## [Unreleased] +### Added +- Bugfixes and improved stability + ## [1.9.1] ### Added - Fix issue running "All" rules diff --git a/gradle.properties b/gradle.properties index acfb283..1f70506 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,7 +3,7 @@ # pluginGroup = com.intellij.plugins.bodhi.pmd pluginName = PMDPlugin -pluginVersion = 1.9.2-snapshot +pluginVersion = 1.9.2 # See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html # for insight into build numbers and IntelliJ Platform versions.