We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16e3a22 commit 52ab3f0Copy full SHA for 52ab3f0
1 file changed
CHANGELOG.md
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [0.9.1] - 2026-01-16
11
+
12
+### Fixed
13
+- API routes returning 404 due to Go version mismatch
14
+ - Code uses Go 1.22+ ServeMux method-prefixed patterns (e.g., `"GET /health"`)
15
+ - Updated `go.mod` from `go 1.21` to `go 1.22` to enable new routing behavior
16
+ - Without this fix, all API endpoints fail when built with Go 1.22+
17
18
## [0.9.0] - 2026-01-16
19
20
### Added
0 commit comments