From 24bd665c3771db2ade11fda72e1b24534309c59a Mon Sep 17 00:00:00 2001 From: Zac Farrell Date: Fri, 19 Jun 2026 08:07:21 -0700 Subject: [PATCH] chore: release hotdata v0.4.1 --- CHANGELOG.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 294c4a8..1f17668 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] +## [0.4.1] - 2026-06-19 + ### Changed - `Configuration` now defaults to a retry policy that transparently retries @@ -16,11 +18,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 server, so retrying on a fresh connection cannot double-execute. Read timeouts and status retries stay idempotent-only. Pass an explicit `retries` to override (#118). - -## [0.4.1] - 2026-06-17 - -### Changed - - chore: make api doc language end-user focused ## [0.4.0] - 2026-06-16