diff --git a/CHANGELOG.md b/CHANGELOG.md index e0f5ac4..7af3812 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # CHANGELOG +## v0.5.5 (2024-09-07) + +### Fix + +* fix(deps): update dependency aiolifx to v1.1.1 ([`366d06a`](https://github.com/Djelibeybi/aiolifx-themes/commit/366d06a24d71f036e1c0a1933616b4cc4d169735)) + ## v0.5.4 (2024-09-07) ### Chore diff --git a/pyproject.toml b/pyproject.toml index 59053c0..251bef5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "aiolifx-themes" -version = "0.5.4" +version = "0.5.5" description = "Async library that applies color themes to LIFX lights" authors = ["Avi Miller "] license = "MIT" diff --git a/src/aiolifx_themes/__init__.py b/src/aiolifx_themes/__init__.py index 6b27eee..86716a7 100644 --- a/src/aiolifx_themes/__init__.py +++ b/src/aiolifx_themes/__init__.py @@ -1 +1 @@ -__version__ = "0.5.4" +__version__ = "0.5.5"