diff --git a/CHANGELOG.md b/CHANGELOG.md index 75a5bd5..059016a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ ## Unreleased +- Compatibility with 2023.3.* + ## 1.19.0 - 2023-07-31 ### Added diff --git a/gradle.properties b/gradle.properties index e3e45f3..1d92c64 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,10 +1,10 @@ pluginGroup = com.github.cvette pluginName = neos-intellij-plugin -pluginVersion = 1.19.0 +pluginVersion = 1.20.0 # See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html pluginSinceBuild = 231.1 -pluginUntilBuild = 232.* +pluginUntilBuild = 233.* platformType = IU platformVersion = 2023.1.1