diff --git a/CHANGELOG.md b/CHANGELOG.md index 038552c1..ec71265a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.2.4] - 2023-11-20 + +### Added + +- Support for git commit message generation +- Support for method/function name lookup generation + +### Fixed + +- Llama client read/connect timeout configuration + ## [2.2.3] - 2023-11-15 ### Added @@ -238,7 +249,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.3...HEAD +[Unreleased]: https://github.com/carlrobertoh/CodeGPT/compare/v2.2.4...HEAD +[2.2.4]: https://github.com/carlrobertoh/CodeGPT/compare/v2.2.3...v2.2.4 [2.2.3]: https://github.com/carlrobertoh/CodeGPT/compare/v2.2.2...v2.2.3 [2.2.2]: https://github.com/carlrobertoh/CodeGPT/compare/v2.2.1...v2.2.2 [2.2.1]: https://github.com/carlrobertoh/CodeGPT/compare/v2.2.0...v2.2.1 diff --git a/gradle.properties b/gradle.properties index e14bc3f3..ab9c2c21 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.3 +pluginVersion = 2.2.4 # Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html pluginSinceBuild = 213