Skip to content

Commit b18f22f

Browse files
committed
Bump version to 3.4.0
1 parent 311a7e0 commit b18f22f

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

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

3+
## [3.4.0] - 2025-10-09
4+
5+
### 🔧 Improvements
6+
7+
> [!WARNING]
8+
> This version requires you run `ergs migrate` manually before starting Ergs services if you are upgrading and not using docker compose.
9+
10+
- **Database layer improvements**: fix FTS5 index consistency issues.
11+
312
## [3.3.0] - 2025-10-08
413

514
### ✨ New Features

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

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

0 commit comments

Comments
 (0)