diff --git a/CHANGELOG.md b/CHANGELOG.md index 52dd31a..de0e941 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ ### Uncategorized +- Compatibility for IDE 2024.3 (#179, [@saschpe](https://github.com/saschpe)) - Ci release pipeline ([#176](https://github.com/open-policy-agent/opa-idea-plugin/pull/176), [@vgramer](https://github.com/vgramer)) - Compatibility for ide 2024.2 ([#173](https://github.com/open-policy-agent/opa-idea-plugin/pull/173), [@steffann](https://github.com/steffann)) diff --git a/gradle.properties b/gradle.properties index 192a789..ad2880d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -15,7 +15,7 @@ psiViewerPluginVersion=233.2 # see https://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html for more information sinceBuild=233 -untilBuild=242.* +untilBuild=243.* # these two variables will be overwritten by the release process (i.e. the GitHub action) thanks to the env variables: # - ORG_GRADLE_PROJECT_publishToken