diff --git a/CHANGELOG.md b/CHANGELOG.md index 437e6ce..a43da6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ ## Unreleased +## 0.0.16 - 2023-12-26 + +### Changed +- extend plugin compatability from 232 to 233 + ## 0.0.15 - 2023-09-02 ### Changed diff --git a/gradle.properties b/gradle.properties index 2aa65a5..b581a59 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,11 +3,11 @@ pluginGroup = org.racket.lang pluginName = Racket -pluginVersion = 0.0.15 +pluginVersion = 0.0.16 # Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html pluginSinceBuild = 213 -pluginUntilBuild = 232.* +pluginUntilBuild = 233.* # IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#intellij-extension platformType = IC