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