diff --git a/.changeset/smart-windows-live.md b/.changeset/smart-windows-live.md deleted file mode 100644 index c15c07fad..000000000 --- a/.changeset/smart-windows-live.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/shopify-api': minor ---- - -validateHmac now accepts an optional second param. Use this to support HMAC validation for app proxy requests diff --git a/CHANGELOG.md b/CHANGELOG.md index c6c31e394..59ddf5335 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 7.6.0 + +### Minor Changes + +- d2df0b1b: validateHmac now accepts an optional second param. Use this to support HMAC validation for app proxy requests + ## 7.5.2 ### Patch Changes diff --git a/lib/version.ts b/lib/version.ts index 49db3411a..26e5f301e 100644 --- a/lib/version.ts +++ b/lib/version.ts @@ -1 +1 @@ -export const SHOPIFY_API_LIBRARY_VERSION = '7.5.2'; +export const SHOPIFY_API_LIBRARY_VERSION = '7.6.0'; diff --git a/package.json b/package.json index f37cfd524..f09a7b570 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/shopify-api", - "version": "7.5.2", + "version": "7.6.0", "description": "Shopify API Library for Node - accelerate development with support for authentication, graphql proxy, webhooks", "main": "./lib/index.js", "types": "./lib/index.d.ts",