diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e9087d3..dfecd442 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,15 @@ ## [Unreleased](https://github.com/OpenVoiceOS/ovos-lingua-franca/tree/HEAD) -[Full Changelog](https://github.com/OpenVoiceOS/ovos-lingua-franca/compare/V0.4.8a5...HEAD) +[Full Changelog](https://github.com/OpenVoiceOS/ovos-lingua-franca/compare/V0.4.8a6...HEAD) + +**Implemented enhancements:** + +- fix german time parser [\#65](https://github.com/OpenVoiceOS/ovos-lingua-franca/pull/65) ([emphasize](https://github.com/emphasize)) + +## [V0.4.8a6](https://github.com/OpenVoiceOS/ovos-lingua-franca/tree/V0.4.8a6) (2023-09-07) + +[Full Changelog](https://github.com/OpenVoiceOS/ovos-lingua-franca/compare/V0.4.8a5...V0.4.8a6) **Merged pull requests:** diff --git a/lingua_franca/version.py b/lingua_franca/version.py index 6a000bfd..ad7fdd19 100644 --- a/lingua_franca/version.py +++ b/lingua_franca/version.py @@ -3,5 +3,5 @@ VERSION_MAJOR = 0 VERSION_MINOR = 4 VERSION_BUILD = 8 -VERSION_ALPHA = 6 +VERSION_ALPHA = 7 # END_VERSION_BLOCK