diff --git a/CHANGELOG.md b/CHANGELOG.md index e81d364..94423f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ # Changelog -## [Unreleased](https://github.com/OpenVoiceOS/skill-ovos-fallback-chatgpt/tree/HEAD) +## [V0.0.2a16](https://github.com/OpenVoiceOS/skill-ovos-fallback-chatgpt/tree/V0.0.2a16) (2024-04-03) -[Full Changelog](https://github.com/OpenVoiceOS/skill-ovos-fallback-chatgpt/compare/V0.0.2a15...HEAD) +[Full Changelog](https://github.com/OpenVoiceOS/skill-ovos-fallback-chatgpt/compare/V0.0.2a15...V0.0.2a16) **Implemented enhancements:** diff --git a/version.py b/version.py index 5f12288..2edc201 100644 --- a/version.py +++ b/version.py @@ -2,5 +2,5 @@ VERSION_MAJOR = 0 VERSION_MINOR = 0 VERSION_BUILD = 2 -VERSION_ALPHA = 16 +VERSION_ALPHA = 17 # END_VERSION_BLOCK