From 0c1c1d1ecde8b740240495e9fdf1a8a8c843fa4a Mon Sep 17 00:00:00 2001 From: "clap [bot]" Date: Wed, 6 May 2026 18:10:16 +0000 Subject: [PATCH] docs: finalize 1.0 changelog section --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5edf19c6..84a94eb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.0.0] - 2026-05-06 + ### Fixed - **Docker images now boot and report release metadata** — The Dockerfile uses the current `serve --addr/--port` flags, injects version/commit/date ldflags, aligns its Go toolchain with the release workflow, and sets a writable runtime home for the nonroot distroless container.