diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bfdd6a..9437a0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ ### Added +- Support `251.*`. + +## [0.0.3] - 2024-05-23 + +### Added + - Support `243.*`. ## [0.0.2] - 2024-05-23 diff --git a/gradle.properties b/gradle.properties index acb07f4..f88ad79 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,11 +4,11 @@ pluginGroup = com.coder.jetbrains pluginName = coder-gateway-backend pluginRepositoryUrl = https://github.com/coder/jetbrains-backend-coder # SemVer format -> https://semver.org -pluginVersion = 0.0.3 +pluginVersion = 0.0.4 # Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html pluginSinceBuild = 223 -pluginUntilBuild = 243.* +pluginUntilBuild = 251.* # IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension platformType = IC