diff --git a/CHANGELOG.md b/CHANGELOG.md index effca6d7..f69a22c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,20 @@ ## [Unreleased](https://github.com/OpenVoiceOS/skill-ovos-date-time/tree/HEAD) -[Full Changelog](https://github.com/OpenVoiceOS/skill-ovos-date-time/compare/V0.2.3a3...HEAD) +[Full Changelog](https://github.com/OpenVoiceOS/skill-ovos-date-time/compare/V0.2.3a4...HEAD) + +**Closed issues:** + +- "what time is it" in French returns an error [\#23](https://github.com/OpenVoiceOS/skill-ovos-date-time/issues/23) +- When running the skill as standalone with ovos-core 0.0.8a15 fails [\#22](https://github.com/OpenVoiceOS/skill-ovos-date-time/issues/22) + +**Merged pull requests:** + +- rm wait\_while\_speaking [\#30](https://github.com/OpenVoiceOS/skill-ovos-date-time/pull/30) ([JarbasAl](https://github.com/JarbasAl)) + +## [V0.2.3a4](https://github.com/OpenVoiceOS/skill-ovos-date-time/tree/V0.2.3a4) (2023-05-26) + +[Full Changelog](https://github.com/OpenVoiceOS/skill-ovos-date-time/compare/V0.2.3a3...V0.2.3a4) **Implemented enhancements:** diff --git a/version.py b/version.py index cbc28279..1b652034 100644 --- a/version.py +++ b/version.py @@ -2,5 +2,5 @@ VERSION_MAJOR = 0 VERSION_MINOR = 2 VERSION_BUILD = 3 -VERSION_ALPHA = 4 +VERSION_ALPHA = 5 # END_VERSION_BLOCK