diff --git a/CHANGELOG.md b/CHANGELOG.md index 537e603..ee09a1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,15 @@ ## [Unreleased](https://github.com/JarbasHiveMind/HiveMind-voice-sat/tree/HEAD) -[Full Changelog](https://github.com/JarbasHiveMind/HiveMind-voice-sat/compare/V2.0.0a6...HEAD) +[Full Changelog](https://github.com/JarbasHiveMind/HiveMind-voice-sat/compare/V2.0.0a7...HEAD) + +**Fixed bugs:** + +- mycroft.mic.listen [\#38](https://github.com/JarbasHiveMind/HiveMind-voice-sat/pull/38) ([JarbasAl](https://github.com/JarbasAl)) + +## [V2.0.0a7](https://github.com/JarbasHiveMind/HiveMind-voice-sat/tree/V2.0.0a7) (2023-09-15) + +[Full Changelog](https://github.com/JarbasHiveMind/HiveMind-voice-sat/compare/V2.0.0a6...V2.0.0a7) **Implemented enhancements:** diff --git a/hivemind_voice_satellite/version.py b/hivemind_voice_satellite/version.py index 840fa20..1ec828a 100644 --- a/hivemind_voice_satellite/version.py +++ b/hivemind_voice_satellite/version.py @@ -3,5 +3,5 @@ VERSION_MAJOR = 2 VERSION_MINOR = 0 VERSION_BUILD = 0 -VERSION_ALPHA = 7 +VERSION_ALPHA = 8 # END_VERSION_BLOCK