From 766e390bc409e902f4d4e9b26f5db769965ceeba Mon Sep 17 00:00:00 2001 From: Johannes Spangenberg Date: Mon, 31 Jul 2023 00:47:13 +0200 Subject: [PATCH] Remove support for 2022.1 and update CHANGELOG.md --- CHANGELOG.md | 2 ++ gradle.properties | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) 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