We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1568e13 commit 94ccc81Copy full SHA for 94ccc81
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## [3.5.1] - 2025-10-10
4
+
5
+### 🔧 Improvements
6
7
+- Home Assistant datasource fixes
8
9
## [3.5.0] - 2025-10-10
10
11
### ✨ New Features
pkg/version/version.go
@@ -1,7 +1,7 @@
package version
// Version represents the current version of Ergs
-const Version = "3.5.0"
+const Version = "3.5.1"
// BuildVersion returns the version string for display
func BuildVersion() string {
0 commit comments