Skip to content

Commit 413089e

Browse files
Merge pull request #2077 from Shopify/v23.0.2
Preparing for release 23.0.2
2 parents 69a1aa2 + e5f9148 commit 413089e

4 files changed

Lines changed: 8 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
Unreleased
22
----------
3-
- [Patch] Validate host param in generated HomeController template to prevent open redirect
4-
- [Patch] Fix sorbet errors in generated webhook handlers
3+
4+
23.0.2 (May 22, 2026)
5+
----------
6+
- Validate host param in generated HomeController template to prevent open redirect [#2059](https://github.com/Shopify/shopify_app/pull/2059)
7+
- Fix sorbet errors in generated webhook handlers [#2047](https://github.com/Shopify/shopify_app/pull/2047)
58

69
23.0.1 (December 22, 2025)
710
- Fix engine initialization [#2040](https://github.com/Shopify/shopify_app/pull/2040)

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 (23.0.1)
4+
shopify_app (23.0.2)
55
addressable (~> 2.7)
66
rails (>= 7.1, < 9)
77
redirect_safely (~> 1.0)

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 = "23.0.1"
4+
VERSION = "23.0.2"
55
end

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "shopify_app",
3-
"version": "23.0.1",
3+
"version": "23.0.2",
44
"repository": "git@github.com:Shopify/shopify_app.git",
55
"author": "Shopify",
66
"license": "MIT",

0 commit comments

Comments
 (0)