Skip to content

Commit 6d69488

Browse files
authored
update CHANGELOG and SBOM serial number after 1.13.1 (#992)
1 parent 99022f4 commit 6d69488

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
# ChangeLog
2+
## 1.13.1
3+
### Fixed
4+
- Fix possible double free on parse error of malformed payload.
5+
- Fix build failure when configuring with `ENABLE_TRACE=ON`.
6+
- Fix possible redefinition of `_GNU_SOURCE`.
7+
28
## 1.13.0
39
### New features
410
- Support automatic encryption for `$lookup` stages in `aggregate` pipelines on MongoDB server 8.1+.

etc/cyclonedx.sbom.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
}
5858
],
5959
"metadata": {
60-
"timestamp": "2025-02-27T16:24:58.542719+00:00",
60+
"timestamp": "2025-04-01T17:28:16.597112+00:00",
6161
"tools": [
6262
{
6363
"externalReferences": [
@@ -100,7 +100,7 @@
100100
}
101101
]
102102
},
103-
"serialNumber": "urn:uuid:1eeadd7e-be33-4e55-960c-02bac1da4cf7",
103+
"serialNumber": "urn:uuid:d3342f3b-6584-4fff-9131-fabb6a8c492c",
104104
"version": 1,
105105
"$schema": "http://cyclonedx.org/schema/bom-1.5.schema.json",
106106
"bomFormat": "CycloneDX",

0 commit comments

Comments
 (0)