diff --git a/CHANGELOG.md b/CHANGELOG.md index 1bc5ba0..58c6bad 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ ## [Unreleased] +## [3.0.4] - 2026-04-02 + +- Increase required CLI version to 3.12.2 + ## [3.0.3] - 2026-03-23 - Increase required CLI version to 3.12.0 diff --git a/gradle.properties b/gradle.properties index 72cf5a1..e00a840 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.3 +pluginVersion = 3.0.4 # Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html pluginSinceBuild = 241 diff --git a/src/main/kotlin/com/cycode/plugin/Consts.kt b/src/main/kotlin/com/cycode/plugin/Consts.kt index df61477..cd6326c 100644 --- a/src/main/kotlin/com/cycode/plugin/Consts.kt +++ b/src/main/kotlin/com/cycode/plugin/Consts.kt @@ -20,7 +20,7 @@ class Consts { companion object { val PLUGIN_PATH = PathManager.getPluginsPath() + "/cycode-intellij-platform-plugin" val DEFAULT_CLI_PATH = getDefaultCliPath() - const val REQUIRED_CLI_VERSION = "3.12.0" + const val REQUIRED_CLI_VERSION = "3.12.2" const val CYCODE_DOMAIN = "cycode.com"