diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bea896..9d429bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,15 @@ -# Release notes for NEXT_VERSION +# Release notes for v0.18.0 + +## Changes by Kind + +### Feature + +- Grammar: Add support for `if` and `contains` keywords in rule heads ([#203](https://github.com/open-policy-agent/opa-idea-plugin/pull/203), [@SeanLedford](https://github.com/SeanLedford)) +- Support for IDE 2026.1 releases ([#207](https://github.com/open-policy-agent/opa-idea-plugin/pull/207), [@idexter](https://github.com/idexter), [@charlieegan3](https://github.com/charlieegan3)) + +### Dependencies + +- Update lsp4ij to 0.19.3 and plugin wrapper ([#205](https://github.com/open-policy-agent/opa-idea-plugin/pull/205), [@charlieegan3](https://github.com/charlieegan3)) # Release notes for v0.17.0 diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index e8094c0..c61a118 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions-snapshots/gradle-9.4.1-20260309092226%2B0000-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.1-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME