diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ff9b6e..0119f33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ # JPA Support Changelog +## [2.2.1] +### Added +- Compatible with IDEA223 + ## [2.2.0] ### Added - Compatible with IDEA232 diff --git a/gradle.properties b/gradle.properties index 5895ec4..b90f9e0 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,10 +4,10 @@ pluginGroup = com.ifengxue pluginName = JPA Support pluginRepositoryUrl = https://github.com/carter-ya/idea-plugin-jpa-support # SemVer format -> https://semver.org -pluginVersion = 2.2.0 +pluginVersion = 2.2.1 # Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html -pluginSinceBuild = 232.* +pluginSinceBuild = 223.* pluginUntilBuild = 233.* # IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension