diff --git a/IDEA_CHANGELOG.md b/IDEA_CHANGELOG.md
index e91137c5e..7c3839e65 100644
--- a/IDEA_CHANGELOG.md
+++ b/IDEA_CHANGELOG.md
@@ -1,3 +1,11 @@
+* 2.7.0
+ * feat: add rules `param.name`, `param.type` [(#1128)](https://github.com/tangcent/easy-yapi/pull/1128)
+
+ * feat: add support for io.swagger.v3.oas.annotations.media.Schema annotation [(#1127)](https://github.com/tangcent/easy-yapi/pull/1127)
+
+ * fix: fix issue where the configuration was not being loaded before actions were performed [(#1123)](https://github.com/tangcent/easy-yapi/pull/1123)
+
+ * feat: Replace gson and jsoup with IntelliJ code style for JSON/XML/HTML formatting [(#1119)](https://github.com/tangcent/easy-yapi/pull/1119)
* 2.6.9
* fix: implement error handling in remoteConfigContent function [(#1115)](https://github.com/tangcent/easy-yapi/pull/1115)
diff --git a/gradle.properties b/gradle.properties
index 0213836b4..d40eecdd3 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -1,5 +1,5 @@
plugin_name=EasyYapi
-plugin_version=2.6.9.212.0
+plugin_version=2.7.0.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 07f1f39ca..dd92147a0 100644
--- a/idea-plugin/parts/pluginChanges.html
+++ b/idea-plugin/parts/pluginChanges.html
@@ -1,29 +1,18 @@
-v2.6.9(2024-03-31)
+v2.7.0(2024-04-15)
Full Changelog
-
-
-