From ad3d1cf2b1be8180320d80813f40920024f5b498 Mon Sep 17 00:00:00 2001 From: Evan Huus Date: Fri, 19 Jul 2024 14:53:18 -0400 Subject: [PATCH] Update changelog for 1.7.0 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c83b333..20daf55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ bumping the major version of this package, which violates the official Golang packaging convention around breaking changes. Typically the versions being dropped are multiple years old and long unsupported.* -#### main (unreleased) +#### Version 1.7.0 (2024-07-19) - Adds `Retrier.WithSurfaceWorkErrors()` to ask the Retrier to always return the work function's error even if a context deadline is hit (thanks to