diff --git a/CHANGELOG.md b/CHANGELOG.md index fafe15d3..fe764d27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [Unreleased](https://github.com/OpenVoiceOS/ovos-lingua-franca/tree/HEAD) + +[Full Changelog](https://github.com/OpenVoiceOS/ovos-lingua-franca/compare/V0.4.3...HEAD) + +**Implemented enhancements:** + +- feat/more\_contractions [\#6](https://github.com/OpenVoiceOS/ovos-lingua-franca/pull/6) ([NeonJarbas](https://github.com/NeonJarbas)) + +## [V0.4.3](https://github.com/OpenVoiceOS/ovos-lingua-franca/tree/V0.4.3) (2022-02-25) + +[Full Changelog](https://github.com/OpenVoiceOS/ovos-lingua-franca/compare/V0.4.3a4...V0.4.3) + ## [V0.4.3a4](https://github.com/OpenVoiceOS/ovos-lingua-franca/tree/V0.4.3a4) (2022-02-25) [Full Changelog](https://github.com/OpenVoiceOS/ovos-lingua-franca/compare/0.4.3a1...V0.4.3a4) diff --git a/lingua_franca/version.py b/lingua_franca/version.py index 5b5d0977..9987e758 100644 --- a/lingua_franca/version.py +++ b/lingua_franca/version.py @@ -3,5 +3,5 @@ VERSION_MAJOR = 0 VERSION_MINOR = 4 VERSION_BUILD = 4 -VERSION_ALPHA = 0 +VERSION_ALPHA = 1 # END_VERSION_BLOCK