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 7f985e4 commit dce9032Copy full SHA for dce9032
CHANGELOG.md
@@ -1,5 +1,18 @@
1
# Changelog
2
3
+## [3.7.0] - 2025-10-14
4
+
5
+> [!WARNING]
6
+> This version requires running the `migrate` command before starting Ergs services.
7
8
+### ✨ New Features
9
10
+- **OpenMeteo datasource**: New datasource includes 24-hour forecast data with rain alerts and precipitation probability
11
12
+### 🔧 Improvements
13
14
+- Web performance improvements
15
16
## [3.6.1] - 2025-10-13
17
18
### 🔧 Improvements
pkg/version/version.go
@@ -1,7 +1,7 @@
package version
// Version represents the current version of Ergs
-const Version = "3.6.1"
+const Version = "3.7.0"
// BuildVersion returns the version string for display
func BuildVersion() string {
0 commit comments