diff --git a/IDEA_CHANGELOG.md b/IDEA_CHANGELOG.md
index 501a2022a..73c73c564 100644
--- a/IDEA_CHANGELOG.md
+++ b/IDEA_CHANGELOG.md
@@ -1,3 +1,7 @@
+* 2.2.4
+
+ * feat: remove recommend config of enum [(#521)](https://github.com/tangcent/easy-yapi/pull/521)
+
* 2.2.3
* fix: not infer methods that return an interface type [(#518)](https://github.com/tangcent/easy-yapi/pull/518)
diff --git a/build.gradle b/build.gradle
index ba7df245b..5783a2356 100644
--- a/build.gradle
+++ b/build.gradle
@@ -15,7 +15,7 @@ plugins {
}
group 'com.itangcent'
-version '2.2.3.183.0'
+version '2.2.4.183.0-rc'
@SuppressWarnings("GroovyAssignabilityCheck")
static def majorVersion(version) {
diff --git a/gradle.properties b/gradle.properties
index 8711a12da..5ba6194bb 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -1,5 +1,5 @@
plugin_name=EasyYapi
-plugin_version=2.2.3.183.0
+plugin_version=2.2.4.183.0-rc
org.gradle.jvmargs=-Dfile.encoding=UTF-8
systemProp.file.encoding=UTF-8
org.gradle.daemon=true
diff --git a/idea-plugin/parts/pluginChanges.html b/idea-plugin/parts/pluginChanges.html
index 89ad2c0df..e4c1c044a 100644
--- a/idea-plugin/parts/pluginChanges.html
+++ b/idea-plugin/parts/pluginChanges.html
@@ -1,20 +1,8 @@
-v2.2.3.183.0(2021-06-21)
+v2.2.4.183.0-rc(2021-06-27)
Full Changelog