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