diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 093be7e..9464c4e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.6.1" + ".": "1.6.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 2946c3e..0ad29c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.6.2](https://github.com/hugobloem/stateful_scenes/compare/v1.6.1...v1.6.2) (2024-12-31) + + +### 🐛 Bugfixes + +* Fixed off scene select restoration reading unavailable data ([#171](https://github.com/hugobloem/stateful_scenes/issues/171)) ([a4a3e33](https://github.com/hugobloem/stateful_scenes/commit/a4a3e3379f2ff7d2ae2b60ebcb8acb2badc2eb00)) + ## [1.6.1](https://github.com/hugobloem/stateful_scenes/compare/v1.6.0...v1.6.1) (2024-12-29) diff --git a/custom_components/stateful_scenes/manifest.json b/custom_components/stateful_scenes/manifest.json index beb340b..7c3363f 100644 --- a/custom_components/stateful_scenes/manifest.json +++ b/custom_components/stateful_scenes/manifest.json @@ -11,5 +11,5 @@ "requirements": [ "aiofiles" ], - "version": "1.6.1" + "version": "1.6.2" } \ No newline at end of file