This commit is contained in:
Carl-Robert Linnupuu 2023-09-21 12:37:15 +03:00
parent 37af74ebdf
commit 5c8ecda4e0

View file

@ -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