diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d6eb5f..080b98a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,86 @@ +## 0.14.0 (2024-08-10) + +### Feat + +- Update README.md +- Update README.md +- Migrate to FastApi + +## 0.12.1 (2024-07-08) + +### Fix + +- Update README.md + +## 0.12.0 (2024-07-08) + +### Feat + +- Restructure server.py + +## 0.11.0 (2024-07-08) + +### Feat + +- Update README.md +- Update README.md + +### Fix + +- Versions Update swagger.yaml +- Versions Update manifest.json + +## 0.10.2 (2024-04-17) + +### Fix + +- fix relay url + +## 0.10.1 (2024-04-16) + +### Fix + +- adding all data api call + +## 0.10.0 (2024-04-16) + +### Feat + +- adding all data api call + +## 0.9.0 (2024-04-16) + +### Fix + +- custom compo module correction +- custom compo module correction + +## 0.7.1 (2024-04-16) + +### Fix + +- decouple docker image and pip module - use sourcecode + +## 0.7.0 (2024-04-16) + +### Feat + +- New Release process + +## 0.6.0 (2024-04-16) + +### Feat + +- enum for relay state + +## 0.5.0 (2024-04-16) + +### Fix + +- fixing Docker buld for reqs.txt gen +- fixing Docker buld for reqs.txt gen +- fixing Docker buld for reqs.txt gen + ## 0.13.0 (2024-07-09) ### Feat diff --git a/home-assistant/custom_components/lunaticoastro-dragonfly-controller/manifest.json b/home-assistant/custom_components/lunaticoastro-dragonfly-controller/manifest.json index 40aff51..71b8ec2 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": ["lunaticoastro-dragonfly-controller>=0.13.0"], - "version": "0.13.0", + "requirements": ["lunaticoastro-dragonfly-controller>=0.14.0"], + "version": "0.14.0", "zeroconf": [] } diff --git a/pyproject.toml b/pyproject.toml index 7c21472..e36f499 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "lunaticoastro-dragonfly-controller" -version = "0.13.0" +version = "0.14.0" description = "Python Lib to control lunaticoastro dragonfly" readme = "README.md" authors = ["Robert Bradley "]