From e8a20809ddb90c39a1d281d15f40bd47b5e2f4db Mon Sep 17 00:00:00 2001 From: Jack Christensen Date: Sat, 12 Oct 2019 11:28:39 -0500 Subject: [PATCH] Release v4.1.0 --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 35b24b5b..e90c91db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# Unreleased +# 4.1.0 (October 12, 2019) ## Potentially Breaking Changes @@ -10,6 +10,7 @@ Technically, two changes are breaking changes, but in practice these are extreme ## Fixes * Releasing a busy connection closes the connection instead of returning an unusable connection to the pool +* Do not mutate config.Config.OnNotification in connect # 4.0.1 (September 19, 2019)