Skip to content

Commit 52ab3f0

Browse files
Ubuntuclaude
andcommitted
release: v0.9.1 - fix API 404 routing issue
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 16e3a22 commit 52ab3f0

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

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+
1018
## [0.9.0] - 2026-01-16
1119

1220
### Added

0 commit comments

Comments
 (0)