From 80d75ea3dfdc171e384a07c97f03b8cb8b963cf9 Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Wed, 3 Apr 2024 15:13:05 +0000 Subject: [PATCH] Increment Version --- CHANGELOG.md | 10 +++++++++- version.py | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 72ee28d..e81d364 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,15 @@ ## [Unreleased](https://github.com/OpenVoiceOS/skill-ovos-fallback-chatgpt/tree/HEAD) -[Full Changelog](https://github.com/OpenVoiceOS/skill-ovos-fallback-chatgpt/compare/V0.0.2a14...HEAD) +[Full Changelog](https://github.com/OpenVoiceOS/skill-ovos-fallback-chatgpt/compare/V0.0.2a15...HEAD) + +**Implemented enhancements:** + +- Add name and confirmation options [\#22](https://github.com/OpenVoiceOS/skill-ovos-fallback-chatgpt/pull/22) ([goldyfruit](https://github.com/goldyfruit)) + +## [V0.0.2a15](https://github.com/OpenVoiceOS/skill-ovos-fallback-chatgpt/tree/V0.0.2a15) (2024-03-18) + +[Full Changelog](https://github.com/OpenVoiceOS/skill-ovos-fallback-chatgpt/compare/V0.0.2a14...V0.0.2a15) **Merged pull requests:** diff --git a/version.py b/version.py index 9b87580..5f12288 100644 --- a/version.py +++ b/version.py @@ -2,5 +2,5 @@ VERSION_MAJOR = 0 VERSION_MINOR = 0 VERSION_BUILD = 2 -VERSION_ALPHA = 15 +VERSION_ALPHA = 16 # END_VERSION_BLOCK