diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5d02000..bf5f1fb 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.6.1" + ".": "0.6.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b29da49..6ff0d07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.6.2](https://github.com/matt-richardson/home-assistant-firefly-cloud/compare/v0.6.1...v0.6.2) (2026-06-20) + + +### Miscellaneous Chores + +* add MIT License ([#32](https://github.com/matt-richardson/home-assistant-firefly-cloud/issues/32)) ([bfdd117](https://github.com/matt-richardson/home-assistant-firefly-cloud/commit/bfdd1174233bd44204556f6f4c94be01899f7a43)) +* remove Codecov from CI ([#31](https://github.com/matt-richardson/home-assistant-firefly-cloud/issues/31)) ([e650e9e](https://github.com/matt-richardson/home-assistant-firefly-cloud/commit/e650e9e86068b8af907fe01b20f4f35056327f0c)) + ## [0.6.1](https://github.com/matt-richardson/home-assistant-firefly-cloud/compare/v0.6.0...v0.6.1) (2026-01-06) diff --git a/custom_components/firefly_cloud/manifest.json b/custom_components/firefly_cloud/manifest.json index 607aff2..fb702ac 100644 --- a/custom_components/firefly_cloud/manifest.json +++ b/custom_components/firefly_cloud/manifest.json @@ -15,5 +15,5 @@ "lxml>=4.9.0", "python-dateutil>=2.8.0" ], - "version": "0.6.1" + "version": "0.6.2" }