From 5c8ecda4e0b8ec761ee13a501f7ee4a0eea50bdb Mon Sep 17 00:00:00 2001 From: Carl-Robert Linnupuu Date: Thu, 21 Sep 2023 12:37:15 +0300 Subject: [PATCH] 2.1.0 --- CHANGELOG.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c93cf7d0..b119bcdb 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.1.0] - 2023-09-21 + +### Added + +- You API integration +- Ability to override completion path + +### Updated + +- Chat History UI + ## [2.0.6] - 2023-08-29 ### Removed @@ -118,7 +129,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.0.6...HEAD +[Unreleased]: https://github.com/carlrobertoh/CodeGPT/compare/v2.1.0...HEAD +[2.1.0]: https://github.com/carlrobertoh/CodeGPT/compare/v2.0.6...v2.1.0 [2.0.6]: https://github.com/carlrobertoh/CodeGPT/compare/v2.0.5...v2.0.6 [2.0.5]: https://github.com/carlrobertoh/CodeGPT/compare/v2.0.4...v2.0.5 [2.0.4]: https://github.com/carlrobertoh/CodeGPT/compare/v2.0.3...v2.0.4