Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
ingalls committed Aug 5, 2024
1 parent 89c71a4 commit 575f34e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@

## Version History

### v10.7.0 - 2024-08-05

- :bug: Hash should be `sha256sum` and not UID in MANIFEST

### v10.6.2 - 2024-08-05

- :bug: Fix bug in DataPackage attachment hash calculation
Expand Down
2 changes: 1 addition & 1 deletion test/data-package.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ test(`DataPackage CoT Parsing: AttachmentInManifest.zip`, async (t) => {

t.deepEquals(
cots[0].raw.event.detail.attachment_list,
{ _attributes: { hashes: '["6988443373b26e519cfd1096665b8eaa"]' } }
{ _attributes: { hashes: '["3adefc8c1935166d3e501844549776c6fc21cc6d72f371fdda23788e6ec7181d"]' } }
)

const attachments = await pkg.attachments();
Expand Down

0 comments on commit 575f34e

Please sign in to comment.