diff --git a/CHANGELOG.md b/CHANGELOG.md index ae6ca3d..0492fef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,12 @@ # Changelog -## [0.0.2a2](https://github.com/smartgic/ovos-phal-plugin-ww-led/tree/0.0.2a2) (2024-01-04) +## [0.0.3a1](https://github.com/smartgic/ovos-phal-plugin-ww-led/tree/0.0.3a1) (2024-01-04) -[Full Changelog](https://github.com/smartgic/ovos-phal-plugin-ww-led/compare/0.0.2a1...0.0.2a2) +[Full Changelog](https://github.com/smartgic/ovos-phal-plugin-ww-led/compare/0.0.2...0.0.3a1) -**Implemented enhancements:** +**Merged pull requests:** -- \[init\] Add Docstring and fix linting [\#1](https://github.com/smartgic/ovos-phal-plugin-ww-led/pull/1) ([goldyfruit](https://github.com/goldyfruit)) - -## [0.0.2a1](https://github.com/smartgic/ovos-phal-plugin-ww-led/tree/0.0.2a1) (2024-01-04) - -[Full Changelog](https://github.com/smartgic/ovos-phal-plugin-ww-led/compare/d11d632c50d1a163cf1e02583c62ca4c5844fc7c...0.0.2a1) +- \[readme\] Update documentation [\#2](https://github.com/smartgic/ovos-phal-plugin-ww-led/pull/2) ([goldyfruit](https://github.com/goldyfruit)) diff --git a/ovos_phal_plugin_ww_led/version.py b/ovos_phal_plugin_ww_led/version.py index 6a307b9..316a5fd 100644 --- a/ovos_phal_plugin_ww_led/version.py +++ b/ovos_phal_plugin_ww_led/version.py @@ -1,7 +1,7 @@ # The following lines are replaced during the release process. # START_VERSION_BLOCK VERSION_MAJOR = 0 -VERSION_MINOR = 0 -VERSION_BUILD = 2 +VERSION_MINOR = 1 +VERSION_BUILD = 0 VERSION_ALPHA = 0 # END_VERSION_BLOCK