diff --git a/CHANGELOG.md b/CHANGELOG.md index 5079708..cf0e64d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,12 @@ # Changelog -## [1.1.0a1](https://github.com/OpenVoiceOS/ovos-gui/tree/1.1.0a1) (2024-11-21) +## [1.1.1a1](https://github.com/OpenVoiceOS/ovos-gui/tree/1.1.1a1) (2024-11-25) -[Full Changelog](https://github.com/OpenVoiceOS/ovos-gui/compare/1.0.1...1.1.0a1) +[Full Changelog](https://github.com/OpenVoiceOS/ovos-gui/compare/1.1.0...1.1.1a1) **Merged pull requests:** -- feat: forward some events to GUI clients [\#62](https://github.com/OpenVoiceOS/ovos-gui/pull/62) ([JarbasAl](https://github.com/JarbasAl)) +- Update ovos-config requirement from \<1.0.0,\>=0.0.12 to \>=0.0.12,\<2.0.0 [\#64](https://github.com/OpenVoiceOS/ovos-gui/pull/64) ([dependabot[bot]](https://github.com/apps/dependabot)) diff --git a/ovos_gui/version.py b/ovos_gui/version.py index 0bcfdb9..aa12d32 100644 --- a/ovos_gui/version.py +++ b/ovos_gui/version.py @@ -1,6 +1,6 @@ # START_VERSION_BLOCK VERSION_MAJOR = 1 VERSION_MINOR = 1 -VERSION_BUILD = 0 -VERSION_ALPHA = 0 +VERSION_BUILD = 1 +VERSION_ALPHA = 1 # END_VERSION_BLOCK diff --git a/requirements/requirements.txt b/requirements/requirements.txt index 0523f10..bf925df 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -1,5 +1,5 @@ ovos_bus_client>=1.0.0,<2.0.0 ovos-utils>=0.0.37,<1.0.0 -ovos-config>=0.0.12,<1.0.0 +ovos-config>=0.0.12,<2.0.0 tornado~=6.0, >=6.0.3 ovos-plugin-manager>=0.5.5,<1.0.0 \ No newline at end of file