diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c2cd3b4..53dc722f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.4.0] - 2024-02-26 + ### Added - Support for custom OpenAI-compatible service (#383) @@ -363,7 +365,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.3.1...HEAD +[Unreleased]: https://github.com/carlrobertoh/CodeGPT/compare/v2.4.0...HEAD +[2.4.0]: https://github.com/carlrobertoh/CodeGPT/compare/v2.3.1...v2.4.0 [2.3.1]: https://github.com/carlrobertoh/CodeGPT/compare/v2.3.0...v2.3.1 [2.3.0]: https://github.com/carlrobertoh/CodeGPT/compare/v2.2.12...v2.3.0 [2.2.12]: https://github.com/carlrobertoh/CodeGPT/compare/v2.2.11...v2.2.12 diff --git a/DESCRIPTION.md b/DESCRIPTION.md index 3aaf567a..36019e1e 100644 --- a/DESCRIPTION.md +++ b/DESCRIPTION.md @@ -13,6 +13,8 @@ Access state-of-the-art LLMs like GPT-4, Code LLama and more, all for free. a) **OpenAI** - Requires authentication via OpenAI API key. + a) **Custom OpenAI-compatible service** - Choose between multiple different providers, such as Together, Anyscale, Groq, Ollama and many more. + b) **Azure** - Requires authentication via Active Directory or API key. c) **You.com** - A free, web-connected service with an optional upgrade to You⚡Pro for enhanced features. diff --git a/gradle.properties b/gradle.properties index 782ab2ef..a18e4ed5 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.3.1 +pluginVersion = 2.4.0 # Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html pluginSinceBuild = 213