From 8172e0f95c7adf8c0849db0f84d4347381289171 Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Sat, 22 Jun 2024 14:20:58 +0000 Subject: [PATCH] Increment Version --- CHANGELOG.md | 10 +++++++++- ovos_solver_openai_persona/version.py | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e79ede..1d09dd0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,15 @@ ## [Unreleased](https://github.com/OpenVoiceOS/ovos-solver-plugin-openai-persona/tree/HEAD) -[Full Changelog](https://github.com/OpenVoiceOS/ovos-solver-plugin-openai-persona/compare/V0.0.0a8...HEAD) +[Full Changelog](https://github.com/OpenVoiceOS/ovos-solver-plugin-openai-persona/compare/V0.0.0a9...HEAD) + +**Fixed bugs:** + +- hotfix [\#6](https://github.com/OpenVoiceOS/ovos-solver-plugin-openai-persona/pull/6) ([JarbasAl](https://github.com/JarbasAl)) + +## [V0.0.0a9](https://github.com/OpenVoiceOS/ovos-solver-plugin-openai-persona/tree/V0.0.0a9) (2024-06-19) + +[Full Changelog](https://github.com/OpenVoiceOS/ovos-solver-plugin-openai-persona/compare/V0.0.0a8...V0.0.0a9) **Fixed bugs:** diff --git a/ovos_solver_openai_persona/version.py b/ovos_solver_openai_persona/version.py index 5267fb8..7f490f9 100644 --- a/ovos_solver_openai_persona/version.py +++ b/ovos_solver_openai_persona/version.py @@ -3,5 +3,5 @@ VERSION_MAJOR = 0 VERSION_MINOR = 0 VERSION_BUILD = 0 -VERSION_ALPHA = 9 +VERSION_ALPHA = 10 # END_VERSION_BLOCK