diff --git a/clients/intellij/CHANGELOG.md b/clients/intellij/CHANGELOG.md index e5c90644ad07..642c13999294 100644 --- a/clients/intellij/CHANGELOG.md +++ b/clients/intellij/CHANGELOG.md @@ -1,3 +1,12 @@ +## 1.10.0 + +### Features + +- **Chat**: + - Added support to explicitly select a configured Git repository as the context for chat conversations. + - Added support to use the active editor selection as the context for chat conversations. + - **Note**: Requires updating the Tabby server to version 0.23.0 or later. + ## 1.9.1 ### Fixes & Improvements diff --git a/clients/intellij/build.gradle.kts b/clients/intellij/build.gradle.kts index 390da565d7a2..e509b91e0093 100644 --- a/clients/intellij/build.gradle.kts +++ b/clients/intellij/build.gradle.kts @@ -44,7 +44,7 @@ tasks { intellijPlatform { pluginConfiguration { - version.set("1.10.0-rc.0") + version.set("1.10.0") changeNotes.set(provider { changelog.renderItem( changelog.getLatest(),