diff --git a/NEWS b/NEWS index 5dafa46ba5..f6af2576c3 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,17 @@ +libmongoc 1.29.1 +================ + +Fixes: + + * Assert session is consistent with client in `mongoc_bulkwrite_set_session`. + +Thanks to everyone who contributed to the development of this release. + + * Jeremy Mikola + * Kevin Albertson + + + libmongoc 1.29.0 ================ diff --git a/VERSION_CURRENT b/VERSION_CURRENT index d05dfe9f09..83cf0d951b 100644 --- a/VERSION_CURRENT +++ b/VERSION_CURRENT @@ -1 +1 @@ -1.29.1-dev +1.29.1 diff --git a/src/libbson/NEWS b/src/libbson/NEWS index 71df6a8925..6097ac9019 100644 --- a/src/libbson/NEWS +++ b/src/libbson/NEWS @@ -1,3 +1,18 @@ +libbson 1.29.1 +============== + +Fixes: + + * Fix result of `bson_strerror_r` on macOS. + * Fix max length string handling `bson_value_copy`. + + +Thanks to everyone who contributed to the development of this release. + + * Kevin Albertson + + + libbson 1.29.0 ============== diff --git a/src/libmongoc/doc/includes/libbson.inv b/src/libmongoc/doc/includes/libbson.inv index 3fe2dc05dc..39f4ec650e 100644 Binary files a/src/libmongoc/doc/includes/libbson.inv and b/src/libmongoc/doc/includes/libbson.inv differ