diff --git a/CHANGELOG.md b/CHANGELOG.md index d4c4deef1..b963bf32a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ Unreleased ---------- +22.5.1 (December 11, 2024) +---------- +- Fix Rails [CVE-2024-54133](https://github.com/rails/rails/commit/3da2479cfe1e00177114b17e496213c40d286b3a) [1929](https://github.com/Shopify/shopify_app/pull/1929) + 22.5.0 (November 28, 2024) ---------- - Add support for filters in webhook registration [1923](https://github.com/Shopify/shopify_app/pull/1923) diff --git a/Gemfile.lock b/Gemfile.lock index 3dfa2108d..ac72aee8b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - shopify_app (22.5.0) + shopify_app (22.5.1) activeresource addressable (~> 2.7) jwt (>= 2.2.3) diff --git a/lib/shopify_app/version.rb b/lib/shopify_app/version.rb index 5b67df2f8..f86587c78 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.5.0" + VERSION = "22.5.1" end