Skip to content

Commit 1eacea7

Browse files
authored
Merge pull request #1838 from Shopify/version-bump
Packaging for release 22.2.0
2 parents 44079b0 + a3bbce3 commit 1eacea7

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
Unreleased
22
----------
3+
4+
22.2.0 (May 2,2024)
5+
----------
36
* Add new zero redirect authorization strategy - `Token Exchange`.
47
- This strategy replaces the existing OAuth flow for embedded apps and remove the redirects that were previously necessary to complete OAuth.
58
See ["New embedded app authorization strategy"](/README.md/#new-embedded-app-authorization-strategy) for how to enable this feature.

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
shopify_app (22.1.0)
4+
shopify_app (22.2.0)
55
activeresource
66
addressable (~> 2.7)
77
jwt (>= 2.2.3)

lib/shopify_app/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module ShopifyApp
4-
VERSION = "22.1.0"
4+
VERSION = "22.2.0"
55
end

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "shopify_app",
3-
"version": "22.1.0",
3+
"version": "22.2.0",
44
"repository": "[email protected]:Shopify/shopify_app.git",
55
"author": "Shopify",
66
"license": "MIT",

0 commit comments

Comments
 (0)