File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed
Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 33Note: For changes to the API, see https://shopify.dev/changelog?filter=api
44## Unreleased
55
6+ ## 14.9.0
7+
68- [ #1362 ] ( https://github.com/Shopify/shopify-api-ruby/pull/1362 ) Add support for client credentials grant
79- [ #1372 ] ( https://github.com/Shopify/shopify-api-ruby/pull/1372 ) Add support for 2025-04 API version
810- [ #1369 ] ( https://github.com/Shopify/shopify-api-ruby/pull/1369 ) Make ` sub ` and ` sid ` jwt claims optional (Checkout ui extension support)
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- shopify_api (14.8 .0 )
4+ shopify_api (14.9 .0 )
55 activesupport
66 concurrent-ruby
77 hash_diff
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ module AdminVersions
77 "unstable" ,
88 "2025-07" ,
99 "2025-04" ,
10- "2025-04" ,
1110 "2025-01" ,
1211 "2024-10" ,
1312 "2024-07" ,
Original file line number Diff line number Diff line change 22# frozen_string_literal: true
33
44module ShopifyAPI
5- VERSION = "14.8 .0"
5+ VERSION = "14.9 .0"
66end
You can’t perform that action at this time.
0 commit comments