diff --git a/IDEA_CHANGELOG.md b/IDEA_CHANGELOG.md
index 9270ff54..f543ae90 100644
--- a/IDEA_CHANGELOG.md
+++ b/IDEA_CHANGELOG.md
@@ -1,3 +1,10 @@
+* 2.2.9
+ * feat: Enhance support for enum fields in 'field' [(#527)](https://github.com/tangcent/easy-api/pull/527)
+
+ * amend: refactor ResolveMultiPath enum to encapsulate url selection logic [(#526)](https://github.com/tangcent/easy-api/pull/526)
+
+ * amend: Restrict api selection to single item in ApiCall [(#524)](https://github.com/tangcent/easy-api/pull/524)
+
* 2.2.8
* feat: Add support for exporting APIs as .http files [(#522)](https://github.com/tangcent/easy-api/pull/522)
diff --git a/README.md b/README.md
index 75b1a7f6..5a59d273 100644
--- a/README.md
+++ b/README.md
@@ -16,12 +16,12 @@
- [Export API Doc To`Postman`](https://easyapi.itangcent.com/documents/export2postman.html)
- [Export API Doc To`Markdown`](https://easyapi.itangcent.com/documents/export2markdown.html)
-| | Support | Additional |
-|------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------|
-| language | java, kotlin | scala |
-| web | [spring](https://spring.io/), [feign](https://spring.io/projects/spring-cloud-openfeign), [jaxrs](https://www.oracle.com/technical-resources/articles/java/jax-rs.html) ([quarkus](https://quarkus.io/) or [jersey](https://eclipse-ee4j.github.io/jersey/)) | [dubbo](https://dubbo.apache.org) |
-| channels | [Postman](https://easyapi.itangcent.com/documents/export2postman.html), [Markdown](https://easyapi.itangcent.com/documents/export2markdown.html) , [Curl](https://curl.se/) | - |
-| frameworks | javax.validation, Jackson, Gson | [swagger](https://swagger.io/) |
+| | Support | Extended Support |
+|------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------|
+| language | java, kotlin | scala |
+| web | [spring](https://spring.io/), [feign](https://spring.io/projects/spring-cloud-openfeign), [jaxrs](https://www.oracle.com/technical-resources/articles/java/jax-rs.html) ([quarkus](https://quarkus.io/) or [jersey](https://eclipse-ee4j.github.io/jersey/)) | [dubbo](https://dubbo.apache.org) |
+| channels | [Postman](https://easyapi.itangcent.com/documents/export2postman.html), [Markdown](https://easyapi.itangcent.com/documents/export2markdown.html) , [Curl](https://curl.se/) , [HttpClient](https://plugins.jetbrains.com/plugin/13121-http-client) | - |
+| frameworks | javax.validation, Jackson, Gson | [swagger](https://swagger.io/) |
## Navigation
diff --git a/gradle.properties b/gradle.properties
index 38946bce..57db3719 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -1,5 +1,5 @@
plugin_name=EasyApi
-plugin_version=2.2.8.212.0
+plugin_version=2.2.9.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 4f83458e..2dc330a2 100644
--- a/idea-plugin/parts/pluginChanges.html
+++ b/idea-plugin/parts/pluginChanges.html
@@ -1,14 +1,9 @@
-v2.2.8(2023-11-19)
+v2.2.9(2023-11-26)
Full Changelog