diff --git a/bindings/python/CHANGELOG.rst b/bindings/python/CHANGELOG.rst index 2d12fb121..05b93a3aa 100644 --- a/bindings/python/CHANGELOG.rst +++ b/bindings/python/CHANGELOG.rst @@ -1,6 +1,11 @@ Changelog ========= +Changes in Version 1.10.1 +------------------------ + +- Bundle libmongocrypt 1.10.1 in release wheels. + Changes in Version 1.10.0 ------------------------ diff --git a/bindings/python/libmongocrypt-version.txt b/bindings/python/libmongocrypt-version.txt index 81c871de4..4dae2985b 100644 --- a/bindings/python/libmongocrypt-version.txt +++ b/bindings/python/libmongocrypt-version.txt @@ -1 +1 @@ -1.10.0 +1.10.1 diff --git a/bindings/python/sbom.json b/bindings/python/sbom.json index 523710049..605d4ff9f 100644 --- a/bindings/python/sbom.json +++ b/bindings/python/sbom.json @@ -1,31 +1,31 @@ { "components": [ { - "bom-ref": "pkg:github/mongodb/libmongocrypt@1.10.0", + "bom-ref": "pkg:github/mongodb/libmongocrypt@1.10.1", "externalReferences": [ { "type": "distribution", - "url": "https://github.com/mongodb/libmongocrypt/archive/refs/tags/1.10.0.tar.gz" + "url": "https://github.com/mongodb/libmongocrypt/archive/refs/tags/1.10.1.tar.gz" }, { "type": "website", - "url": "https://github.com/mongodb/libmongocrypt/tree/1.10.0" + "url": "https://github.com/mongodb/libmongocrypt/tree/1.10.1" } ], "group": "mongodb", "name": "libmongocrypt", - "purl": "pkg:github/mongodb/libmongocrypt@1.10.0", + "purl": "pkg:github/mongodb/libmongocrypt@1.10.1", "type": "library", - "version": "1.10.0" + "version": "1.10.1" } ], "dependencies": [ { - "ref": "pkg:github/mongodb/libmongocrypt@1.10.0" + "ref": "pkg:github/mongodb/libmongocrypt@1.10.1" } ], "metadata": { - "timestamp": "2024-06-24T11:03:28.988933+00:00", + "timestamp": "2024-06-28T19:11:17.100829+00:00", "tools": [ { "externalReferences": [ @@ -68,10 +68,9 @@ } ] }, - "serialNumber": "urn:uuid:25bc9dfb-017e-4c41-a4cd-12aa13766b63", + "serialNumber": "urn:uuid:b09e93cf-eb1b-4d38-add5-86b01139769f", "version": 1, "$schema": "http://cyclonedx.org/schema/bom-1.5.schema.json", "bomFormat": "CycloneDX", - "specVersion": "1.5", - "vulnerabilities": [] + "specVersion": "1.5" }