diff --git a/CHANGELOG.md b/CHANGELOG.md index fd25e88..5eafd4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [V0.0.0a4](https://github.com/OpenVoiceOS/ovos-i2c-detection/tree/V0.0.0a4) (2024-06-04) + +[Full Changelog](https://github.com/OpenVoiceOS/ovos-i2c-detection/compare/V0.0.0a3...V0.0.0a4) + ## [V0.0.0a3](https://github.com/OpenVoiceOS/ovos-i2c-detection/tree/V0.0.0a3) (2024-06-03) [Full Changelog](https://github.com/OpenVoiceOS/ovos-i2c-detection/compare/V0.0.0a2...V0.0.0a3) diff --git a/version.py b/version.py index c7f9c6a..feebea2 100644 --- a/version.py +++ b/version.py @@ -3,5 +3,5 @@ VERSION_MAJOR = 0 VERSION_MINOR = 0 VERSION_BUILD = 0 -VERSION_ALPHA = 4 +VERSION_ALPHA = 5 # END_VERSION_BLOCK