Skip to content

Commit

Permalink
chore(intellij): bump intellij plugin version to 1.8.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
icycodes committed Oct 11, 2024
1 parent 209ee47 commit 135837c
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.8.3

### Fixes & Improvements

- Fixed a bug that caused the Tabby plugin to not initialize when TLS certificates failed to load. (https://github.com/TabbyML/tabby/issues/3248)

## 1.8.2

### Fixes & Improvements
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 @@ -39,7 +39,7 @@ tasks {

intellijPlatform {
pluginConfiguration {
version.set("1.8.2")
version.set("1.8.3")
changeNotes.set(provider {
changelog.renderItem(
changelog.getLatest(),
Expand Down

0 comments on commit 135837c

Please sign in to comment.