From 8901eed0461980389932c0a463dc9c7076decb08 Mon Sep 17 00:00:00 2001 From: Justintime50 <39606064+Justintime50@users.noreply.github.com> Date: Wed, 16 Mar 2022 11:41:05 -0600 Subject: [PATCH] chore: prepare v4.1.2 for release --- CHANGELOG.md | 4 ++++ VERSION | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee1364bd..119ad169 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGELOG +## v4.1.2 (2022-03-16) + +- Rolls back the original connection behavior of establishing a new connection for every request (restores previous expectations for multithreaded implementations) + ## v4.1.1 (2022-03-14) - Fixes a bug that prematurely closed connections when using multithreading by wrapping requests in a mutex (closes #148) diff --git a/VERSION b/VERSION index 627a3f43..4d0dcda0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.1.1 +4.1.2