diff --git a/IDEA_CHANGELOG.md b/IDEA_CHANGELOG.md
index 9e474523..f885cf9d 100644
--- a/IDEA_CHANGELOG.md
+++ b/IDEA_CHANGELOG.md
@@ -1,3 +1,16 @@
+* 2.3.1
+ * fix: resolve 'module_path' property resolution issue [(#544)](https://github.com/tangcent/easy-api/pull/544)
+
+ * feat: added functionality to choose between apache and okHttp for sending HTTP requests via settings [(#543)](https://github.com/tangcent/easy-api/pull/543)
+
+ * feat: add rules `param.name`, `param.type` [(#541)](https://github.com/tangcent/easy-api/pull/541)
+
+ * feat: add support for io.swagger.v3.oas.annotations.media.Schema annotation [(#540)](https://github.com/tangcent/easy-api/pull/540)
+
+ * fix: fix issue where the configuration was not being loaded before actions were performed [(#539)](https://github.com/tangcent/easy-api/pull/539)
+
+ * feat: Replace gson and jsoup with IntelliJ code style for JSON/XML/HTML formatting [(#538)](https://github.com/tangcent/easy-api/pull/538)
+
* 2.3.0
* chore: polish docs and comments [(#536)](https://github.com/tangcent/easy-api/pull/536)
diff --git a/gradle.properties b/gradle.properties
index 5c3c6c6d..6302dd74 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -1,5 +1,5 @@
plugin_name=EasyApi
-plugin_version=2.3.0.212.0
+plugin_version=2.3.1.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 50415c6d..4c585f74 100644
--- a/idea-plugin/parts/pluginChanges.html
+++ b/idea-plugin/parts/pluginChanges.html
@@ -1,16 +1,22 @@
-v2.3.0(2024-04-01)
+v2.3.1(2024-05-17)
Full Changelog