We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad61f41 commit 4f2ee59Copy full SHA for 4f2ee59
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [1.0.1](https://github.com/mdvorak/esphome-adaptive-lighting/compare/v1.0.0...v1.0.1) (2025-01-30)
4
+
5
6
+### Bug Fixes
7
8
+* dump config as debug only ([ad61f41](https://github.com/mdvorak/esphome-adaptive-lighting/commit/ad61f41fe8190ff799f6f3d9ed8dce3255afc28a))
9
10
## 1.0.0 (2025-01-30)
11
12
This is initial release of `adaptive-lightning` component. Supported features are:
components/adaptive_lighting/adaptive_lighting_version.h
@@ -1,2 +1,2 @@
#pragma once
-#define ADAPTIVE_LIGHTING_VERSION "v1.0.0" // x-release-please-version
+#define ADAPTIVE_LIGHTING_VERSION "v1.0.1" // x-release-please-version
0 commit comments