diff --git a/CHANGELOG.md b/CHANGELOG.md index c8c78a92..fb73ae97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.2.8] - 2023-12-01 + +### Fixed + +- UI concurrency issues (run completion events on EDT) + ## [2.2.7] - 2023-11-30 ### Fixed @@ -285,7 +291,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `OPENAI_API_KEY` persistence, key is saved in the OS password safe from now on -[Unreleased]: https://github.com/carlrobertoh/CodeGPT/compare/v2.2.7...HEAD +[Unreleased]: https://github.com/carlrobertoh/CodeGPT/compare/v2.2.8...HEAD +[2.2.8]: https://github.com/carlrobertoh/CodeGPT/compare/v2.2.7...v2.2.8 [2.2.7]: https://github.com/carlrobertoh/CodeGPT/compare/v2.2.6...v2.2.7 [2.2.6]: https://github.com/carlrobertoh/CodeGPT/compare/v2.2.5...v2.2.6 [2.2.5]: https://github.com/carlrobertoh/CodeGPT/compare/v2.2.4...v2.2.5 diff --git a/gradle.properties b/gradle.properties index d8d091f3..956b5aec 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ pluginGroup = ee.carlrobert pluginName = CodeGPT pluginRepositoryUrl = https://github.com/carlrobertoh/CodeGPT # SemVer format -> https://semver.org -pluginVersion = 2.2.7 +pluginVersion = 2.2.8 # Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html pluginSinceBuild = 213