diff --git a/bindings/python/CHANGELOG.rst b/bindings/python/CHANGELOG.rst index 545b7b275..e7fb9bf8a 100644 --- a/bindings/python/CHANGELOG.rst +++ b/bindings/python/CHANGELOG.rst @@ -1,6 +1,11 @@ Changelog ========= +Changes in Version 1.14.1 +------------------------- + +- Bundle libmongocrypt 1.14.1 in release wheels. + Changes in Version 1.14.0 ------------------------- diff --git a/bindings/python/pymongocrypt/version.py b/bindings/python/pymongocrypt/version.py index 720ed188e..4de954173 100644 --- a/bindings/python/pymongocrypt/version.py +++ b/bindings/python/pymongocrypt/version.py @@ -12,6 +12,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "1.15.0.dev0" +__version__ = "1.14.1" _MIN_LIBMONGOCRYPT_VERSION = "1.8.0" diff --git a/bindings/python/sbom.json b/bindings/python/sbom.json index abf1664c2..5f8fea81b 100644 --- a/bindings/python/sbom.json +++ b/bindings/python/sbom.json @@ -1,31 +1,31 @@ { "components": [ { - "bom-ref": "pkg:github/mongodb/libmongocrypt@1.14.0", + "bom-ref": "pkg:github/mongodb/libmongocrypt@1.14.1", "externalReferences": [ { "type": "distribution", - "url": "https://github.com/mongodb/libmongocrypt/archive/refs/tags/1.14.0.tar.gz" + "url": "https://github.com/mongodb/libmongocrypt/archive/refs/tags/1.14.1.tar.gz" }, { "type": "website", - "url": "https://github.com/mongodb/libmongocrypt/tree/1.14.0" + "url": "https://github.com/mongodb/libmongocrypt/tree/1.14.1" } ], "group": "mongodb", "name": "libmongocrypt", - "purl": "pkg:github/mongodb/libmongocrypt@1.14.0", + "purl": "pkg:github/mongodb/libmongocrypt@1.14.1", "type": "library", - "version": "1.14.0" + "version": "1.14.1" } ], "dependencies": [ { - "ref": "pkg:github/mongodb/libmongocrypt@1.14.0" + "ref": "pkg:github/mongodb/libmongocrypt@1.14.1" } ], "metadata": { - "timestamp": "2025-05-09T11:28:43.491146+00:00", + "timestamp": "2025-06-03T14:42:56.012265+00:00", "tools": [ { "externalReferences": [ @@ -68,7 +68,7 @@ } ] }, - "serialNumber": "urn:uuid:b71dea42-b188-4625-a48a-3b2a4c1cae8e", + "serialNumber": "urn:uuid:aac36293-a6b5-4db7-b6df-eb8126c70662", "version": 1, "$schema": "http://cyclonedx.org/schema/bom-1.5.schema.json", "bomFormat": "CycloneDX", diff --git a/bindings/python/scripts/libmongocrypt-version.txt b/bindings/python/scripts/libmongocrypt-version.txt index 850e74240..63e799cf4 100644 --- a/bindings/python/scripts/libmongocrypt-version.txt +++ b/bindings/python/scripts/libmongocrypt-version.txt @@ -1 +1 @@ -1.14.0 +1.14.1