diff --git a/CHANGELOG.md b/CHANGELOG.md index 47e08ab..d183f88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,12 @@ # Changelog -## [0.2.3a1](https://github.com/JarbasHiveMind/hivemind-listener/tree/0.2.3a1) (2024-10-30) +## [0.2.4a1](https://github.com/JarbasHiveMind/hivemind-listener/tree/0.2.4a1) (2024-12-21) -[Full Changelog](https://github.com/JarbasHiveMind/hivemind-listener/compare/0.2.2...0.2.3a1) +[Full Changelog](https://github.com/JarbasHiveMind/hivemind-listener/compare/0.2.3...0.2.4a1) **Merged pull requests:** -- fix:lazy load listener [\#7](https://github.com/JarbasHiveMind/hivemind-listener/pull/7) ([JarbasAl](https://github.com/JarbasAl)) +- fix/update\_package [\#9](https://github.com/JarbasHiveMind/hivemind-listener/pull/9) ([JarbasAl](https://github.com/JarbasAl)) diff --git a/hivemind_listener/version.py b/hivemind_listener/version.py index e39ffda..c1bb0da 100644 --- a/hivemind_listener/version.py +++ b/hivemind_listener/version.py @@ -1,6 +1,6 @@ # START_VERSION_BLOCK VERSION_MAJOR = 0 VERSION_MINOR = 2 -VERSION_BUILD = 3 -VERSION_ALPHA = 0 +VERSION_BUILD = 4 +VERSION_ALPHA = 1 # END_VERSION_BLOCK diff --git a/requirements.txt b/requirements.txt index 036babb..3302190 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ ovos-simple-listener hivemind_bus_client>=0.1.0,<1.0.0 ovos-plugin-manager<1.0.0 -jarbas_hive_mind>=0.14.0,<1.0.0 \ No newline at end of file +hivemind-core>=0.1.0,<1.0.0 \ No newline at end of file