From a38996be24d84f579f6cbc1cb22dc7a5f8c904ec Mon Sep 17 00:00:00 2001 From: Evan Huus Date: Mon, 27 Jun 2022 21:11:59 -0400 Subject: [PATCH] Update changelog for v1.3 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ecfbd03..f0d44b0 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.* -#### Unreleased +#### Version 1.3.0 (2022-06-27) - Increased minimum Golang version to 1.13. - Fix a goroutine leak in `Deadline.Run()` on `ErrTimeOut`.