Skip to content

Commit

Permalink
chore(intellij): bump intellij version to 1.9.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
icycodes committed Dec 18, 2024
1 parent 3f99d2d commit 4c3bbf9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions clients/intellij/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.9.1

### Fixes & Improvements

- Updated the chat panel to be compatible with Tabby server versions 0.21.2, 0.22.0, and later.

## 1.9.0

### Features
Expand Down
2 changes: 1 addition & 1 deletion clients/intellij/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ tasks {

intellijPlatform {
pluginConfiguration {
version.set("1.9.1-rc.1")
version.set("1.9.1")
changeNotes.set(provider {
changelog.renderItem(
changelog.getLatest(),
Expand Down

0 comments on commit 4c3bbf9

Please sign in to comment.