diff --git a/CHANGELOG.md b/CHANGELOG.md index 58c6bad..dddb4bd 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ ## [Unreleased] +## [3.1.0] - 2026-04-07 + +- Add support for IntelliJ IDEA 2026.1 + ## [3.0.4] - 2026-04-02 - Increase required CLI version to 3.12.2 diff --git a/gradle.properties b/gradle.properties index 69dcf16..3a2e58b 100755 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ pluginGroup = com.cycode.plugin pluginName = Cycode pluginRepositoryUrl = https://github.com/cycodehq/intellij-platform-plugin # SemVer format -> https://semver.org -pluginVersion = 3.0.4 +pluginVersion = 3.1.0 # Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html pluginSinceBuild = 241