diff --git a/.changeset/fair-years-exercise.md b/.changeset/fair-years-exercise.md deleted file mode 100644 index c78f4da..0000000 --- a/.changeset/fair-years-exercise.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@great-detail/whatsapp": patch ---- - -Return x-hub-signature-256 header alongside event notification return diff --git a/.changeset/rich-planes-do.md b/.changeset/rich-planes-do.md deleted file mode 100644 index 8d08893..0000000 --- a/.changeset/rich-planes-do.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@great-detail/whatsapp": patch ---- - -Update Documentation for Fastify Raw Body Parsing diff --git a/.changeset/sweet-bobcats-shout.md b/.changeset/sweet-bobcats-shout.md deleted file mode 100644 index a336d9a..0000000 --- a/.changeset/sweet-bobcats-shout.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@great-detail/whatsapp": patch ---- - -Explicitly set UTF-8 encoding in signature calculation diff --git a/CHANGELOG.md b/CHANGELOG.md index 086ee27..8b804ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # `@great-detail/whatsapp` +## 7.0.9 + +### Patch Changes + +- 0b0122a: Return x-hub-signature-256 header alongside event notification return +- da9832f: Update Documentation for Fastify Raw Body Parsing +- 5669c73: Explicitly set UTF-8 encoding in signature calculation + ## 7.0.8 ### Patch Changes diff --git a/package.json b/package.json index ff475e3..5bb6cbc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@great-detail/whatsapp", - "version": "7.0.8", + "version": "7.0.9", "type": "module", "description": "SDK for interfacing with WhatsApp Business Platform in Typescript or Node.js using the Cloud API, hosted by Meta.", "repository": {