diff --git a/CHANGELOG.md b/CHANGELOG.md index 89a7609b9..265c925e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,10 @@ # ChangeLog +## 1.13.1 +### Fixed +- Fix possible double free on parse error of malformed payload. +- Fix build failure when configuring with `ENABLE_TRACE=ON`. +- Fix possible redefinition of `_GNU_SOURCE`. + ## 1.13.0 ### New features - Support automatic encryption for `$lookup` stages in `aggregate` pipelines on MongoDB server 8.1+. diff --git a/etc/cyclonedx.sbom.json b/etc/cyclonedx.sbom.json index e185ab69d..8a526133b 100644 --- a/etc/cyclonedx.sbom.json +++ b/etc/cyclonedx.sbom.json @@ -57,7 +57,7 @@ } ], "metadata": { - "timestamp": "2025-02-27T16:24:58.542719+00:00", + "timestamp": "2025-04-01T17:28:16.597112+00:00", "tools": [ { "externalReferences": [ @@ -100,7 +100,7 @@ } ] }, - "serialNumber": "urn:uuid:1eeadd7e-be33-4e55-960c-02bac1da4cf7", + "serialNumber": "urn:uuid:d3342f3b-6584-4fff-9131-fabb6a8c492c", "version": 1, "$schema": "http://cyclonedx.org/schema/bom-1.5.schema.json", "bomFormat": "CycloneDX",