diff --git a/CHANGELOG.md b/CHANGELOG.md index b495c1a..13677b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,15 @@ ## [Unreleased](https://github.com/OpenVoiceOS/ovos-audio-plugin-simple/tree/HEAD) -[Full Changelog](https://github.com/OpenVoiceOS/ovos-audio-plugin-simple/compare/V0.0.2a2...HEAD) +[Full Changelog](https://github.com/OpenVoiceOS/ovos-audio-plugin-simple/compare/V0.0.2a3...HEAD) + +**Implemented enhancements:** + +- feat/native\_ocp [\#3](https://github.com/OpenVoiceOS/ovos-audio-plugin-simple/pull/3) ([NeonJarbas](https://github.com/NeonJarbas)) + +## [V0.0.2a3](https://github.com/OpenVoiceOS/ovos-audio-plugin-simple/tree/V0.0.2a3) (2023-04-23) + +[Full Changelog](https://github.com/OpenVoiceOS/ovos-audio-plugin-simple/compare/V0.0.2a2...V0.0.2a3) **Merged pull requests:** diff --git a/ovos_audio_plugin_simple/version.py b/ovos_audio_plugin_simple/version.py index b8f5f31..78f2297 100644 --- a/ovos_audio_plugin_simple/version.py +++ b/ovos_audio_plugin_simple/version.py @@ -3,5 +3,5 @@ VERSION_MAJOR = 0 VERSION_MINOR = 0 VERSION_BUILD = 2 -VERSION_ALPHA = 3 +VERSION_ALPHA = 4 # END_VERSION_BLOCK