diff --git a/CHANGELOG.md b/CHANGELOG.md index cd5ed64..5004dde 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## [v0.5.0](https://github.com/ytkg/commit-genius/compare/v0.4.1...v0.5.0) - 2023-06-03 +- Include upgrade and uninstall options in installation instructions by @ytkg in https://github.com/ytkg/commit-genius/pull/20 +- Add config command by @ytkg in https://github.com/ytkg/commit-genius/pull/22 +- Add model option to config by @ytkg in https://github.com/ytkg/commit-genius/pull/23 + ## [v0.4.1](https://github.com/ytkg/commit-genius/compare/v0.4.0...v0.4.1) - 2023-05-04 - Implement error handling for OpenAI Chat completions by @ytkg in https://github.com/ytkg/commit-genius/pull/18 diff --git a/version.ts b/version.ts index de04e98..4cae557 100644 --- a/version.ts +++ b/version.ts @@ -1 +1 @@ -export const VERSION = "0.4.1"; +export const VERSION = "0.5.0";