From 71b98872bf4cfa57eef58cb2df7382636903f45b Mon Sep 17 00:00:00 2001 From: Carl-Robert Linnupuu Date: Thu, 14 Nov 2024 16:21:01 +0000 Subject: [PATCH] 2.12.4 --- CHANGELOG.md | 5 +++-- gradle.properties | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e05feaf..89901bd9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [2.12.4-241.1] - 2024-11-14 +## [2.12.4-223] - 2024-11-14 ### Added @@ -743,7 +743,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.12.3-223...HEAD +[Unreleased]: https://github.com/carlrobertoh/CodeGPT/compare/v2.12.4-223...HEAD +[2.12.4-223]: https://github.com/carlrobertoh/CodeGPT/compare/v2.12.3-223...v2.12.4-223 [2.12.3-223]: https://github.com/carlrobertoh/CodeGPT/compare/v2.12.2-223...v2.12.3-223 [2.12.2-223]: https://github.com/carlrobertoh/CodeGPT/compare/v2.12.1-223...v2.12.2-223 [2.12.1-223]: https://github.com/carlrobertoh/CodeGPT/compare/v2.12.0-223...v2.12.1-223 diff --git a/gradle.properties b/gradle.properties index d8dd30c3..8ebe382d 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.12.3 +pluginVersion = 2.12.4 # Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html pluginSinceBuild = 223