From f3da9a85027957bd2ed4012ac5a704fc4c5a97e7 Mon Sep 17 00:00:00 2001 From: Matt Richardson Date: Sat, 20 Jun 2026 13:46:19 +1000 Subject: [PATCH 1/2] chore(main): release 0.6.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ custom_components/firefly_cloud/manifest.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) 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..2b49beb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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 + +* force release 0.6.2 ([#33](https://github.com/matt-richardson/home-assistant-firefly-cloud/issues/33)) ([4b27560](https://github.com/matt-richardson/home-assistant-firefly-cloud/commit/4b275608700c1cc592f5753a925df6a1a7cd9f07)) + ## [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" } From 1d4886c883798b0fbdf71542b690b6d86ef2af1c Mon Sep 17 00:00:00 2001 From: Matt Richardson Date: Sat, 20 Jun 2026 13:53:29 +1000 Subject: [PATCH 2/2] chore: clarify 0.6.2 changelog entries Co-Authored-By: Claude Opus 4.8 (1M context) --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b49beb..6ff0d07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,8 @@ All notable changes to this project will be documented in this file. See [Conven ### Miscellaneous Chores -* force release 0.6.2 ([#33](https://github.com/matt-richardson/home-assistant-firefly-cloud/issues/33)) ([4b27560](https://github.com/matt-richardson/home-assistant-firefly-cloud/commit/4b275608700c1cc592f5753a925df6a1a7cd9f07)) +* 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)