From c3b270ed778751fe3dbb13cb9306a7e8dd5c4d9f Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Sun, 2 Feb 2025 13:48:00 +0000 Subject: [PATCH] chore(main): release 1.0.2 --- CHANGELOG.md | 7 +++++++ components/adaptive_lighting/adaptive_lighting_version.h | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1450fb9..65d57ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.2](https://github.com/mdvorak/esphome-adaptive-lighting/compare/v1.0.1...v1.0.2) (2025-02-02) + + +### Bug Fixes + +* set color temp even when off, to have smooth turn-on transition ([9852860](https://github.com/mdvorak/esphome-adaptive-lighting/commit/9852860383caf7d71c7240f61606690f456ccc05)) + ## [1.0.1](https://github.com/mdvorak/esphome-adaptive-lighting/compare/v1.0.0...v1.0.1) (2025-01-30) diff --git a/components/adaptive_lighting/adaptive_lighting_version.h b/components/adaptive_lighting/adaptive_lighting_version.h index 085dc46..cc40b4e 100644 --- a/components/adaptive_lighting/adaptive_lighting_version.h +++ b/components/adaptive_lighting/adaptive_lighting_version.h @@ -1,2 +1,2 @@ #pragma once -#define ADAPTIVE_LIGHTING_VERSION "v1.0.1" // x-release-please-version +#define ADAPTIVE_LIGHTING_VERSION "v1.0.2" // x-release-please-version