diff --git a/IDEA_CHANGELOG.md b/IDEA_CHANGELOG.md
index 182f383f6..77e781b90 100644
--- a/IDEA_CHANGELOG.md
+++ b/IDEA_CHANGELOG.md
@@ -1,3 +1,31 @@
+* 2.2.6
+
+ * fix: AbstractEasyApiConfigurable checkUI after createComponent [(#579)](https://github.com/tangcent/easy-yapi/pull/579)
+
+ * feat: update gui [(#578)](https://github.com/tangcent/easy-yapi/pull/578)
+
+ * fix: [curl] escape [&\] [(#577)](https://github.com/tangcent/easy-yapi/pull/577)
+
+ * test: add test case of YapiApiExporter [(#576)](https://github.com/tangcent/easy-yapi/pull/576)
+
+ * feat: support export apis to specified postman collection [(#575)](https://github.com/tangcent/easy-yapi/pull/575)
+
+ * feat: save yapi tokens in project scope [(#572)](https://github.com/tangcent/easy-yapi/pull/572)
+
+ * feat: show workspace with type [(#571)](https://github.com/tangcent/easy-yapi/pull/571)
+
+ * test: update CurlExporterTest [(#570)](https://github.com/tangcent/easy-yapi/pull/570)
+
+ * feat: support copy curl command from ApiDashBoard(YapiDashBoard) [(#569)](https://github.com/tangcent/easy-yapi/pull/569)
+
+ * fix: resolve LazilyParsedNumber as Integer [(#568)](https://github.com/tangcent/easy-yapi/pull/568)
+
+ * feat: add host to cache in exporting curl command [(#567)](https://github.com/tangcent/easy-yapi/pull/567)
+
+ * feat: select workspace by comboBox [(#566)](https://github.com/tangcent/easy-yapi/pull/566)
+
+ * feat: support export requests as curl command [(#565)](https://github.com/tangcent/easy-yapi/pull/565)
+
* 2.2.5
* chore: add test case of PostmanApiHelper [(#562)](https://github.com/tangcent/easy-yapi/pull/562)
diff --git a/idea-plugin/parts/pluginChanges.html b/idea-plugin/parts/pluginChanges.html
index 47f3ed1c2..ad25c4182 100644
--- a/idea-plugin/parts/pluginChanges.html
+++ b/idea-plugin/parts/pluginChanges.html
@@ -1,31 +1,40 @@
-v2.2.6.183.0(2021-08-14)
+v2.2.6.183.0(2021-09-05)
Full Changelog