We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 526c9fd commit 0b78407Copy full SHA for 0b78407
2 files changed
CHANGELOG.md
@@ -1,9 +1,12 @@
1
# Changelog
2
3
-## [NEXT] - TBD
+## [3.6.1] - 2025-10-13
4
+
5
+### 🔧 Improvements
6
7
- Introduce unified logging system (pkg/log) with per-service debug and CLI flags (--debug, --debug-services)
8
- Drop unknown/unconfigured datasource blocks to prevent implicit DB creation
9
+- homeassistant: general reliability fixes and improvements
10
11
## [3.6.0] - 2025-10-11
12
pkg/version/version.go
@@ -1,7 +1,7 @@
package version
// Version represents the current version of Ergs
-const Version = "3.6.0"
+const Version = "3.6.1"
// BuildVersion returns the version string for display
func BuildVersion() string {
0 commit comments