From 541b3595cd12a57bf896223e289352262ba24002 Mon Sep 17 00:00:00 2001 From: Mateusz Sterczewski Date: Wed, 4 Mar 2026 06:36:54 +0100 Subject: [PATCH] CM-60457 - Bump CLI version to 3.11.1 --- CHANGELOG.md | 4 ++++ gradle.properties | 2 +- src/main/kotlin/com/cycode/plugin/Consts.kt | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9af215a..a3ddfbc 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ ## [Unreleased] +## [3.0.2] - 2026-03-04 + +- Increase required CLI version to 3.11.1 + ## [3.0.1] - 2026-02-11 - Remove Sentry error tracking diff --git a/gradle.properties b/gradle.properties index ef446ef..2ca1e48 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.1 +pluginVersion = 3.0.2 # 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 0befcb1..2ba6145 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.9.2" + const val REQUIRED_CLI_VERSION = "3.11.1" const val CYCODE_DOMAIN = "cycode.com"