We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4c3cd2 commit fce6c0eCopy full SHA for fce6c0e
CHANGELOG.md
@@ -1,6 +1,7 @@
1
Unreleased
2
----------
3
4
+23.0.1 (December 22, 2025)
5
- Fix engine initialization [#2040](https://github.com/Shopify/shopify_app/pull/2040)
6
- Fix deprecation warnings for Rails 7.1+ [#2041](https://github.com/Shopify/shopify_app/pull/2041)
7
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- shopify_app (23.0.0)
+ shopify_app (23.0.1)
addressable (~> 2.7)
rails (>= 7.1, < 9)
redirect_safely (~> 1.0)
lib/shopify_app/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module ShopifyApp
- VERSION = "23.0.0"
+ VERSION = "23.0.1"
end
0 commit comments