diff --git a/clients/intellij/CHANGELOG.md b/clients/intellij/CHANGELOG.md index 9eb4be35212d..a651b740ef0a 100644 --- a/clients/intellij/CHANGELOG.md +++ b/clients/intellij/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.8.4 + +### Fixes & Improvements + +- Fixed an issue where the chat panel failed to display when the endpoint configuration ended with a trailing slash. + ## 1.8.3 ### Fixes & Improvements diff --git a/clients/intellij/build.gradle.kts b/clients/intellij/build.gradle.kts index 8bfc8788d785..eeff2374daa6 100644 --- a/clients/intellij/build.gradle.kts +++ b/clients/intellij/build.gradle.kts @@ -39,7 +39,7 @@ tasks { intellijPlatform { pluginConfiguration { - version.set("1.8.3") + version.set("1.8.4") changeNotes.set(provider { changelog.renderItem( changelog.getLatest(),