Skip to content

Commit dce9032

Browse files
committed
Bump version
1 parent 7f985e4 commit dce9032

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

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+
316
## [3.6.1] - 2025-10-13
417

518
### 🔧 Improvements

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.1"
4+
const Version = "3.7.0"
55

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

0 commit comments

Comments
 (0)