Skip to content

Commit 3aa5255

Browse files
committed
Preparing for release 23.0.0.
1 parent 7e03c90 commit 3aa5255

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
Unreleased
22
----------
3+
4+
23.0.0 (December 10, 2025)
35
- ⚠️ [Breaking] Bumps minimum supported Rails version to 7.1 & Ruby version to 3.2; moves jobs from `lib` to `app` to fix loading issues with modern rails versions. [#2020](https://github.com/Shopify/shopify_app/pull/2020)
46
- ActiveJob classes moved from `lib/shopify_app/jobs/` to `app/jobs/shopify_app/` to follow Rails conventions and fix timing issues with ActiveJob initialization
57
- Jobs are now autoloaded by Rails instead of explicitly required during gem initialization

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.6.0"
4+
VERSION = "23.0.0"
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": "22.5.2",
3+
"version": "23.0.0",
44
"repository": "[email protected]:Shopify/shopify_app.git",
55
"author": "Shopify",
66
"license": "MIT",

0 commit comments

Comments
 (0)