diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..94f963e --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,13 @@ +## 0.3.0 (2024-04-16) + +### Feat + +- Pypi Workflow +- Pypi Workflow +- Pypi Workflow +- Pypi Workflow +- Pypi Workflow +- Pypi Workflow +- Pypi Workflow +- Pypi Workflow +- Pypi Workflow diff --git a/home-assistant/custom_components/lunaticoastro-dragonfly-controller/manifest.json b/home-assistant/custom_components/lunaticoastro-dragonfly-controller/manifest.json index ee211d9..c4141ce 100644 --- a/home-assistant/custom_components/lunaticoastro-dragonfly-controller/manifest.json +++ b/home-assistant/custom_components/lunaticoastro-dragonfly-controller/manifest.json @@ -9,7 +9,7 @@ "integration_type": "service", "iot_class": "cloud_polling", "issue_tracker": "https://github.com/robbrad/lunaticoastro-dragonfly-controller/issues", - "requirements": ["uk-bin-collection>=0.2.1"], - "version": "0.2.1", + "requirements": ["uk-bin-collection>=0.3.0"], + "version": "0.3.0", "zeroconf": [] } \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index e95c18f..f977325 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "lunaticoastro-dragonfly-controller" -version = "0.2.1" +version = "0.3.0" description = "Python Lib to control lunaticoastro dragonfly" readme = "README.md" authors = ["Robert Bradley "]