diff --git a/.release-please-manifest.json b/.release-please-manifest.json index dd8fde7..e20d7e8 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.5.0" + ".": "1.5.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ab1fcc..69b90e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.5.1](https://github.com/hugobloem/stateful_scenes/compare/v1.5.0...v1.5.1) (2024-12-09) + + +### 🐛 Bugfixes + +* update Hub signature in config flow - fixes [#147](https://github.com/hugobloem/stateful_scenes/issues/147) ([#148](https://github.com/hugobloem/stateful_scenes/issues/148)) ([1b768a8](https://github.com/hugobloem/stateful_scenes/commit/1b768a8bd0da7192ea2a12b2ed989afa6bdebd93)) + ## [1.5.0](https://github.com/hugobloem/stateful_scenes/compare/v1.4.0...v1.5.0) (2024-12-04) diff --git a/custom_components/stateful_scenes/manifest.json b/custom_components/stateful_scenes/manifest.json index c70420c..2b51cfd 100644 --- a/custom_components/stateful_scenes/manifest.json +++ b/custom_components/stateful_scenes/manifest.json @@ -11,5 +11,5 @@ "requirements": [ "aiofiles" ], - "version": "1.5.0" + "version": "1.5.1" } \ No newline at end of file