From ac224cc2ea094b65f45eb35085af37accd04aa21 Mon Sep 17 00:00:00 2001 From: "steven.lewis" Date: Mon, 29 Jul 2024 13:25:30 +0100 Subject: [PATCH] Prepare for release --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 31c9fd2..4a5bc1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 9.2.2 +#### 29 July 2024 +- __Driver Core__ + - `Couchbasev4` Allow calling of `prepareToFork()` when driver is not initialized to allow switch between drivers. + - `Couchbasev4` Tell couchbase to reattach its threads if needed, before preparing to forking. + ## 9.2.1 #### 25 April 2024 - __Driver Core__