diff --git a/CHANGELOG.md b/CHANGELOG.md index 2df37d6..7367224 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,12 @@ # intellij-kdl Changelog ## [Unreleased] +### Changed +- Removed upper Intellij version restriction ## [2.0.0] -### Added -- 2023.1 and 2023.2 compatibility +### Added +- 2023.1 and 2023.2 compatibility - Minimal required version is now 2022.3 ## [1.0.1] diff --git a/build.gradle.kts b/build.gradle.kts index e82f496..f6ba529 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -49,7 +49,6 @@ tasks { patchPluginXml { version.set(properties("pluginVersion")) sinceBuild.set(properties("pluginSinceBuild")) - untilBuild.set(properties("pluginUntilBuild")) // Extract the section from README.md and provide for the plugin's manifest pluginDescription.set( diff --git a/gradle.properties b/gradle.properties index b69d47f..0336601 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,7 +3,6 @@ pluginName=intellij-kdl pluginVersion=2.0.0 pluginSinceBuild=223 -pluginUntilBuild=232.* platformType=IC platformVersion=2022.3