diff --git a/IDEA_CHANGELOG.md b/IDEA_CHANGELOG.md
index 290ba692..6fafda18 100644
--- a/IDEA_CHANGELOG.md
+++ b/IDEA_CHANGELOG.md
@@ -1,3 +1,15 @@
+* 2.7.3
+ * feat: support Jackson JsonView [(#1162)](https://github.com/tangcent/easy-yapi/pull/1162)
+
+ * feat: add 'yapi.no_update.description' to stop api description updates [(#1170)](https://github.com/tangcent/easy-yapi/pull/1170)
+
+ * feat: omit content-type header when no parameters are present [(#1169)](https://github.com/tangcent/easy-yapi/pull/1169)
+
+ * build: update IntelliJ plugin version from 1.14.2 to 1.17.1 [(#1166)](https://github.com/tangcent/easy-yapi/pull/1166)
+
+ * feat(script): add support for 'mavenId()' in 'class' [(#1155)](https://github.com/tangcent/easy-yapi/pull/1155)
+
+ * chore: add missing space in log message for setting Postman privateToken [(#1148)](https://github.com/tangcent/easy-yapi/pull/1148)
* 2.7.2
* fix: remove Non-extendable interface usage [(#1146)](https://github.com/tangcent/easy-yapi/pull/1146)
diff --git a/gradle.properties b/gradle.properties
index 8a31b935..a081c670 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -1,6 +1,6 @@
plugin_name=EasyYapi
-plugin_version=2.7.2.212.0
+plugin_version=2.7.3.212.0
kotlin.code.style=official
kotlin_version=1.8.0
junit_version=5.9.2
-itangcent_intellij_version=1.6.6
\ No newline at end of file
+itangcent_intellij_version=1.7.0
\ No newline at end of file
diff --git a/idea-plugin/parts/pluginChanges.html b/idea-plugin/parts/pluginChanges.html
index 584d195a..a38b4762 100644
--- a/idea-plugin/parts/pluginChanges.html
+++ b/idea-plugin/parts/pluginChanges.html
@@ -1,12 +1,14 @@
-v2.7.2(2024-06-30)
+v2.7.3(2024-10-25)
Full Changelog