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 311a7e0 commit b18f22fCopy full SHA for b18f22f
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# Changelog
2
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
12
## [3.3.0] - 2025-10-08
13
14
### ✨ New Features
pkg/version/version.go
@@ -1,7 +1,7 @@
package version
// Version represents the current version of Ergs
-const Version = "3.3.0"
+const Version = "3.4.0"
// BuildVersion returns the version string for display
func BuildVersion() string {
0 commit comments