diff --git a/IDEA_CHANGELOG.md b/IDEA_CHANGELOG.md index a5fb954c4..03b231f4a 100644 --- a/IDEA_CHANGELOG.md +++ b/IDEA_CHANGELOG.md @@ -1,3 +1,9 @@ +* 2.6.8 + * feat: Enhance support for enum fields in 'field' [(#1083)](https://github.com/tangcent/easy-yapi/pull/1083) + + * amend: refactor ResolveMultiPath enum to encapsulate url selection logic [(#1079)](https://github.com/tangcent/easy-yapi/pull/1079) + + * amend: Restrict api selection to single item in ApiCall [(#1078)](https://github.com/tangcent/easy-yapi/pull/1078) * 2.6.7 * feat: Add support for exporting APIs as .http files [(#1076)](https://github.com/tangcent/easy-yapi/pull/1076) diff --git a/gradle.properties b/gradle.properties index 0b9bcd520..1af7fd359 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ plugin_name=EasyYapi -plugin_version=2.6.7.212.0 +plugin_version=2.6.8.212.0 kotlin.code.style=official kotlin_version=1.8.0 junit_version=5.9.2 -itangcent_intellij_version=1.6.0 \ No newline at end of file +itangcent_intellij_version=1.6.1 \ No newline at end of file diff --git a/idea-plugin/parts/pluginChanges.html b/idea-plugin/parts/pluginChanges.html index 4e9004fa9..685d1d809 100644 --- a/idea-plugin/parts/pluginChanges.html +++ b/idea-plugin/parts/pluginChanges.html @@ -1,10 +1,8 @@ -v2.6.7(2023-11-19)
+v2.6.8(2023-11-26)
Full Changelog diff --git a/idea-plugin/src/main/resources/META-INF/plugin.xml b/idea-plugin/src/main/resources/META-INF/plugin.xml index f4cac0270..9f284765d 100644 --- a/idea-plugin/src/main/resources/META-INF/plugin.xml +++ b/idea-plugin/src/main/resources/META-INF/plugin.xml @@ -1,7 +1,7 @@ com.itangcent.idea.plugin.easy-yapi EasyYapi - 2.6.7.212.0 + 2.6.8.212.0 Tangcent