diff --git a/NEWS b/NEWS index f6f0f1147e..fba746e6d4 100644 --- a/NEWS +++ b/NEWS @@ -9,6 +9,32 @@ libmongoc 2.2.0 (unreleased) - Support for macOS 11 (EOL since September 2023) and macOS 12 (EOL since September 2024). +libmongoc 2.1.2 +=============== + +## Fixes + +* Fix write command options handling. + +Thanks to everyone who contributed to the development of this release. + + * Ezra Chung + * Kevin Albertson + + +libmongoc 1.30.6 +================ + +Fixes: + + * Fix write command options handling. + +Thanks to everyone who contributed to the development of this release. + + * Ezra Chung + * Kevin Albertson + + libmongoc 2.1.1 =============== diff --git a/src/libbson/NEWS b/src/libbson/NEWS index 1ebda0cf0b..a87657d5ad 100644 --- a/src/libbson/NEWS +++ b/src/libbson/NEWS @@ -5,6 +5,16 @@ libbson 2.2.0 (Unreleased) - Support for macOS 11 (EOL since September 2023) and macOS 12 (EOL since September 2024). +libbson 2.1.2 +============= + +No changes since 2.1.1. Version incremented to match the libmongoc version. + +libbson 1.30.6 +============== + +No changes since 1.30.5. Version incremented to match the libmongoc version. + libbson 2.1.1 =============