diff --git a/IDEA_CHANGELOG.md b/IDEA_CHANGELOG.md
index d2bb1974..d9f90997 100644
--- a/IDEA_CHANGELOG.md
+++ b/IDEA_CHANGELOG.md
@@ -1,3 +1,9 @@
+* 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)
+
+* 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 8853fef1..5258e5f1 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -1,6 +1,6 @@
plugin_name=EasyYapi
-plugin_version=2.6.2.212.0
+plugin_version=2.6.3.212.0
kotlin.code.style=official
kotlin_version=1.8.0
junit_version=5.9.2
-itangcent_intellij_version=1.5.52-SNAPSHOT
\ No newline at end of file
+itangcent_intellij_version=1.5.6
\ No newline at end of file
diff --git a/idea-plugin/parts/pluginChanges.html b/idea-plugin/parts/pluginChanges.html
index ffcf9bf3..2a564e14 100644
--- a/idea-plugin/parts/pluginChanges.html
+++ b/idea-plugin/parts/pluginChanges.html
@@ -1,12 +1,8 @@
-v2.6.2(2023-08-27)
+v2.6.3(2023-09-18)
Full Changelog