Skip to content

Commit 3147660

Browse files
committed
Package for release 22.5.1
1 parent e8798eb commit 3147660

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Unreleased
22
----------
33

4+
22.5.1 (December 11, 2024)
5+
----------
6+
- Fix Rails [CVE-2024-54133](https://github.com/rails/rails/commit/3da2479cfe1e00177114b17e496213c40d286b3a) [1929](https://github.com/Shopify/shopify_app/pull/1929)
7+
48
22.5.0 (November 28, 2024)
59
----------
610
- Add support for filters in webhook registration [1923](https://github.com/Shopify/shopify_app/pull/1923)

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
shopify_app (22.5.0)
4+
shopify_app (22.5.1)
55
activeresource
66
addressable (~> 2.7)
77
jwt (>= 2.2.3)

lib/shopify_app/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module ShopifyApp
4-
VERSION = "22.5.0"
4+
VERSION = "22.5.1"
55
end

0 commit comments

Comments
 (0)