Skip to content

Commit ce09f56

Browse files
committed
Preparing for release
1 parent 9909c95 commit ce09f56

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

Diff for: CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
Note: 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)

Diff for: Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
shopify_api (14.8.0)
4+
shopify_api (14.9.0)
55
activesupport
66
concurrent-ruby
77
hash_diff

Diff for: lib/shopify_api/admin_versions.rb

-1
Original file line numberDiff line numberDiff 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",

Diff for: lib/shopify_api/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
# frozen_string_literal: true
33

44
module ShopifyAPI
5-
VERSION = "14.8.0"
5+
VERSION = "14.9.0"
66
end

0 commit comments

Comments
 (0)