Skip to content

Commit 7411e62

Browse files
authored
Merge pull request #1925 from Shopify/release_22_5_0
Preparing for release v22.5.0
2 parents 8a8daf6 + cef676f commit 7411e62

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Unreleased
22
----------
33

4+
22.5.0 (November 28, 2024)
5+
----------
46
- Add support for filters in webhook registration [1923](https://github.com/Shopify/shopify_app/pull/1923)
57
- Make `ShopifyApp.configuration.scope` default to empty list `[]` [1913](https://github.com/Shopify/shopify_app/pull/1913)
68

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.4.0)
4+
shopify_app (22.5.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.4.0"
4+
VERSION = "22.5.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.4.0",
3+
"version": "22.5.0",
44
"repository": "[email protected]:Shopify/shopify_app.git",
55
"author": "Shopify",
66
"license": "MIT",

0 commit comments

Comments
 (0)