diff --git a/IDEA_CHANGELOG.md b/IDEA_CHANGELOG.md
index 6fafda18..36e089a1 100644
--- a/IDEA_CHANGELOG.md
+++ b/IDEA_CHANGELOG.md
@@ -1,3 +1,13 @@
+* 2.7.4
+ * build: update project dependencies [(#1180)](https://github.com/tangcent/easy-yapi/pull/1180)
+
+ * chore: remove AskWithApplyAllDialog form file [(#1181)](https://github.com/tangcent/easy-yapi/pull/1181)
+
+ * test: add unit tests for ClassApiExporterHelper [(#1179)](https://github.com/tangcent/easy-yapi/pull/1179)
+
+ * refactor: replace nullable properties with lateinit for improved initialization in CommentResolver [(#1178)](https://github.com/tangcent/easy-yapi/pull/1178)
+
+ * fix: update methods in ScriptRuleParser to avoid return types with parameter type erasure [(#1176)](https://github.com/tangcent/easy-yapi/pull/1176)
* 2.7.3
* feat: support Jackson JsonView [(#1162)](https://github.com/tangcent/easy-yapi/pull/1162)
diff --git a/gradle.properties b/gradle.properties
index 9479aecc..0ef207c2 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -1,5 +1,5 @@
plugin_name=EasyYapi
-plugin_version=2.7.3.212.0
+plugin_version=2.7.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 a38b4762..368270dd 100644
--- a/idea-plugin/parts/pluginChanges.html
+++ b/idea-plugin/parts/pluginChanges.html
@@ -1,14 +1,10 @@
-v2.7.3(2024-10-25)
+v2.7.4(2025-01-01)
Full Changelog