diff --git a/CHANGELOG.md b/CHANGELOG.md index efd06060..103d1037 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.7...HEAD) +[Full Changelog](https://github.com/OpenVoiceOS/ovos-lingua-franca/compare/V0.4.8a1...HEAD) + +**Implemented enhancements:** + +- german parse overhaul [\#54](https://github.com/OpenVoiceOS/ovos-lingua-franca/pull/54) ([emphasize](https://github.com/emphasize)) + +## [V0.4.8a1](https://github.com/OpenVoiceOS/ovos-lingua-franca/tree/V0.4.8a1) (2023-04-07) + +[Full Changelog](https://github.com/OpenVoiceOS/ovos-lingua-franca/compare/V0.4.7...V0.4.8a1) **Merged pull requests:** diff --git a/lingua_franca/version.py b/lingua_franca/version.py index f68b22b5..6b0c78e0 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 = 1 +VERSION_ALPHA = 2 # END_VERSION_BLOCK