diff --git a/IDEA_CHANGELOG.md b/IDEA_CHANGELOG.md
index d9f909970..78297c960 100644
--- a/IDEA_CHANGELOG.md
+++ b/IDEA_CHANGELOG.md
@@ -1,9 +1,21 @@
+* 2.6.4
+
+ * feat: Add recommended configuration for Jackson JsonPropertyOrder [(#1048)](https://github.com/tangcent/easy-yapi/pull/1048)
+
+ * feat: Add new rule field.order.with [(#1047)](https://github.com/tangcent/easy-yapi/pull/1047)
+
+ * feat: Apply field rules to getter and setter methods [(#1044)](https://github.com/tangcent/easy-yapi/pull/1044)
+
+ * chore: polish YapiFormatter [(#1043)](https://github.com/tangcent/easy-yapi/pull/1043)
+
* 2.6.3
-* amend: remove CompensateRateLimiter [(#1034)](https://github.com/tangcent/easy-yapi/pull/1034)
-* feat: add rules `postman.format.after`, `yapi.format.after` [(#1033)](https://github.com/tangcent/easy-yapi/pull/1033)
+ * amend: remove CompensateRateLimiter [(#1034)](https://github.com/tangcent/easy-yapi/pull/1034)
+
+ * feat: add rules `postman.format.after`, `yapi.format.after` [(#1033)](https://github.com/tangcent/easy-yapi/pull/1033)
+
+ * hore: remove deprecated utils [(#1024)](https://github.com/tangcent/easy-yapi/pull/1024)
-* chore: remove deprecated utils [(#1024)](https://github.com/tangcent/easy-yapi/pull/1024)
* 2.6.2
* refactor: remove usage of KV [(#1020)](https://github.com/tangcent/easy-yapi/pull/1020)
diff --git a/gradle.properties b/gradle.properties
index af1bdce56..dc667dbe5 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -1,5 +1,5 @@
plugin_name=EasyYapi
-plugin_version=2.6.3.212.0
+plugin_version=2.6.4.212.0
kotlin.code.style=official
kotlin_version=1.8.0
junit_version=5.9.2
diff --git a/idea-plugin/parts/pluginChanges.html b/idea-plugin/parts/pluginChanges.html
index 2a564e140..a55dcc289 100644
--- a/idea-plugin/parts/pluginChanges.html
+++ b/idea-plugin/parts/pluginChanges.html
@@ -1,8 +1,12 @@
-v2.6.3(2023-09-18)
+v2.6.4(2023-10-22)
Full Changelog