diff --git a/CHANGELOG.md b/CHANGELOG.md index 60e302a..6f76401 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,9 @@ # PMDPlugin Changelog ## [Unreleased] +### Added +- Fix issue running "All" rules + ## [1.9.0] ### Added - Support Intellij 2024 versions (only) diff --git a/gradle.properties b/gradle.properties index 5320df6..48e4d83 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,7 +3,7 @@ # pluginGroup = com.intellij.plugins.bodhi.pmd pluginName = PMDPlugin -pluginVersion = 1.9.0 +pluginVersion = 1.9.1 # See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html # for insight into build numbers and IntelliJ Platform versions.