From 6f386e737b370d7728716af75bdc2fe639e5a3bc Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Wed, 24 Jan 2024 18:28:59 +0000 Subject: [PATCH] Increment Version --- CHANGELOG.md | 10 +++++++++- ovos_core/version.py | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b74c34e4b93..607d6d3c7206 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,15 @@ ## [Unreleased](https://github.com/OpenVoiceOS/ovos-core/tree/HEAD) -[Full Changelog](https://github.com/OpenVoiceOS/ovos-core/compare/V0.0.8a67...HEAD) +[Full Changelog](https://github.com/OpenVoiceOS/ovos-core/compare/V0.0.8a68...HEAD) + +**Implemented enhancements:** + +- add "ovos.utterance.cancelled" event [\#404](https://github.com/OpenVoiceOS/ovos-core/pull/404) ([JarbasAl](https://github.com/JarbasAl)) + +## [V0.0.8a68](https://github.com/OpenVoiceOS/ovos-core/tree/V0.0.8a68) (2024-01-24) + +[Full Changelog](https://github.com/OpenVoiceOS/ovos-core/compare/V0.0.8a67...V0.0.8a68) **Fixed bugs:** diff --git a/ovos_core/version.py b/ovos_core/version.py index fe88c12e52ab..e83d804deb97 100644 --- a/ovos_core/version.py +++ b/ovos_core/version.py @@ -18,7 +18,7 @@ OVOS_VERSION_MAJOR = 0 OVOS_VERSION_MINOR = 0 OVOS_VERSION_BUILD = 8 -OVOS_VERSION_ALPHA = 68 +OVOS_VERSION_ALPHA = 69 # END_VERSION_BLOCK