Skip to content

Commit fce6c0e

Browse files
committed
Preparing for release 23.0.1
1 parent d4c3cd2 commit fce6c0e

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

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

4+
23.0.1 (December 22, 2025)
45
- Fix engine initialization [#2040](https://github.com/Shopify/shopify_app/pull/2040)
56
- Fix deprecation warnings for Rails 7.1+ [#2041](https://github.com/Shopify/shopify_app/pull/2041)
67

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.0)
4+
shopify_app (23.0.1)
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.0"
4+
VERSION = "23.0.1"
55
end

0 commit comments

Comments
 (0)