diff --git a/CHANGELOG.md b/CHANGELOG.md index c18e3138..cd480ce0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,12 +3,14 @@ ## [Unreleased] ### Added +- Support for IDEA 2023.2 ### Changed ### Deprecated ### Removed +- Support for IDEA 2022.1 ### Fixed - Final changes on release notes not applied to *“What’s New”* section diff --git a/gradle.properties b/gradle.properties index d6d00709..93377a90 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,8 +4,8 @@ pluginGroup = org.nixos.idea pluginName = NixIDEA pluginVersion = 0.4.0.10 -pluginSinceBuild = 221 +pluginSinceBuild = 222 pluginUntilBuild = 232.* platformType = IC -platformVersion = 2022.1 +platformVersion = 2022.2.5