Skip to content

Commit 0b78407

Browse files
committed
bump version v3.6.1
1 parent 526c9fd commit 0b78407

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
# Changelog
22

3-
## [NEXT] - TBD
3+
## [3.6.1] - 2025-10-13
4+
5+
### 🔧 Improvements
46

57
- Introduce unified logging system (pkg/log) with per-service debug and CLI flags (--debug, --debug-services)
68
- Drop unknown/unconfigured datasource blocks to prevent implicit DB creation
9+
- homeassistant: general reliability fixes and improvements
710

811
## [3.6.0] - 2025-10-11
912

pkg/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package version
22

33
// Version represents the current version of Ergs
4-
const Version = "3.6.0"
4+
const Version = "3.6.1"
55

66
// BuildVersion returns the version string for display
77
func BuildVersion() string {

0 commit comments

Comments
 (0)