From 05a9bf2773e50b40671e323619f4476f555f1b84 Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Sat, 20 Aug 2022 20:08:23 +0000 Subject: [PATCH] Increment Version --- CHANGELOG.md | 12 ++++++++++++ ovos_plugin_common_play/version.py | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 609e1fa..9a3927e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [Unreleased](https://github.com/OpenVoiceOS/ovos-ocp-audio-plugin/tree/HEAD) + +[Full Changelog](https://github.com/OpenVoiceOS/ovos-ocp-audio-plugin/compare/V0.0.2...HEAD) + +**Fixed bugs:** + +- fix/featured\_skills [\#19](https://github.com/OpenVoiceOS/ovos-ocp-audio-plugin/pull/19) ([NeonJarbas](https://github.com/NeonJarbas)) + +## [V0.0.2](https://github.com/OpenVoiceOS/ovos-ocp-audio-plugin/tree/V0.0.2) (2022-08-17) + +[Full Changelog](https://github.com/OpenVoiceOS/ovos-ocp-audio-plugin/compare/V0.0.2a9...V0.0.2) + ## [V0.0.2a9](https://github.com/OpenVoiceOS/ovos-ocp-audio-plugin/tree/V0.0.2a9) (2022-08-17) [Full Changelog](https://github.com/OpenVoiceOS/ovos-ocp-audio-plugin/compare/V0.0.2a8...V0.0.2a9) diff --git a/ovos_plugin_common_play/version.py b/ovos_plugin_common_play/version.py index 4376de5..175635e 100644 --- a/ovos_plugin_common_play/version.py +++ b/ovos_plugin_common_play/version.py @@ -3,5 +3,5 @@ VERSION_MAJOR = 0 VERSION_MINOR = 0 VERSION_BUILD = 3 -VERSION_ALPHA = 0 +VERSION_ALPHA = 1 # END_VERSION_BLOCK