From d200ef840b685cff10f9ccbd62d249a052d61d46 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 4 Apr 2023 18:28:33 +0000 Subject: [PATCH] chore: Changelog update - v0.5.0 --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb9d6a7..ef28cf3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Changelog ## [Unreleased] + +## [0.5.0] - 2023-04-04 + ### Added - Add button for verifying Open AI token in settings. - Check if prompt is too large for Open AI API. @@ -35,7 +38,8 @@ - Settings for locale and OpenAI token. - Create commit message only for selected files. -[Unreleased]: https://github.com/Blarc/ai-commits-intellij-plugin/compare/v0.4.0...HEAD +[Unreleased]: https://github.com/Blarc/ai-commits-intellij-plugin/compare/v0.5.0...HEAD +[0.5.0]: https://github.com/Blarc/ai-commits-intellij-plugin/compare/v0.4.0...v0.5.0 [0.4.0]: https://github.com/Blarc/ai-commits-intellij-plugin/compare/v0.3.0...v0.4.0 [0.3.0]: https://github.com/Blarc/ai-commits-intellij-plugin/compare/v0.2.0...v0.3.0 [0.2.0]: https://github.com/Blarc/ai-commits-intellij-plugin/commits/v0.2.0