From b106d55bd8b8e438d7d2c538e87875ddf7716fbb Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Wed, 14 Feb 2024 18:17:27 +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 19cdc65..3c94ee2 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.2a10...HEAD) +[Full Changelog](https://github.com/OpenVoiceOS/skill-ovos-fallback-chatgpt/compare/V0.0.2a11...HEAD) + +**Implemented enhancements:** + +- feat/streaming [\#18](https://github.com/OpenVoiceOS/skill-ovos-fallback-chatgpt/pull/18) ([JarbasAl](https://github.com/JarbasAl)) + +## [V0.0.2a11](https://github.com/OpenVoiceOS/skill-ovos-fallback-chatgpt/tree/V0.0.2a11) (2024-01-22) + +[Full Changelog](https://github.com/OpenVoiceOS/skill-ovos-fallback-chatgpt/compare/V0.0.2a10...V0.0.2a11) **Fixed bugs:** diff --git a/version.py b/version.py index bc27777..5c3c695 100644 --- a/version.py +++ b/version.py @@ -2,5 +2,5 @@ VERSION_MAJOR = 0 VERSION_MINOR = 0 VERSION_BUILD = 2 -VERSION_ALPHA = 11 +VERSION_ALPHA = 12 # END_VERSION_BLOCK