diff --git a/CHANGELOG.md b/CHANGELOG.md index 46a0edc21..55dafd3b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,10 @@ Unreleased ---------- + +22.1.0 (April 9,2024) +---------- * Extracted class - `PostAuthenticateTasks` to handle post authenticate tasks. To learn more, see [post authenticate tasks](/docs/shopify_app/authentication.md#post-authenticate-tasks). [1819](https://github.com/Shopify/shopify_app/pull/1819) -* Bumps shopify_api depedency to 14.1.0 [1826](https://github.com/Shopify/shopify_app/pull/1826) +* Bumps shopify_api dependency to 14.1.0 [1826](https://github.com/Shopify/shopify_app/pull/1826) 22.0.1 (March 12, 2024) ---------- diff --git a/Gemfile.lock b/Gemfile.lock index 3f7c09e84..786a5d853 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - shopify_app (22.0.1) + shopify_app (22.1.0) activeresource addressable (~> 2.7) jwt (>= 2.2.3) diff --git a/lib/shopify_app/version.rb b/lib/shopify_app/version.rb index ef6a2c403..6788453d7 100644 --- a/lib/shopify_app/version.rb +++ b/lib/shopify_app/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module ShopifyApp - VERSION = "22.0.1" + VERSION = "22.1.0" end diff --git a/package.json b/package.json index 93b195a25..39c90463c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "shopify_app", - "version": "22.0.1", + "version": "22.1.0", "repository": "git@github.com:Shopify/shopify_app.git", "author": "Shopify", "license": "MIT",