We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78ab782 commit 2da99d4Copy full SHA for 2da99d4
3 files changed
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
Note: For changes to the API, see https://shopify.dev/changelog?filter=api
4
## Unreleased
5
+
6
+## 14.11.0
7
- [#1386](https://github.com/Shopify/shopify-api-ruby/pull/1386) Add support for 2025-07 API version
8
9
## 14.10.0
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
remote: .
specs:
- shopify_api (14.10.0)
+ shopify_api (14.11.0)
activesupport
concurrent-ruby
hash_diff
@@ -125,7 +125,7 @@ GEM
125
thor (>= 0.19.2)
126
syntax_tree (6.2.0)
127
prettier_print (>= 1.2.0)
128
- tapioca (0.13.3)
+ tapioca (0.15.1)
129
bundler (>= 2.2.25)
130
netrc (>= 0.11.0)
131
parallel (>= 1.21.0)
lib/shopify_api/version.rb
@@ -2,5 +2,5 @@
# frozen_string_literal: true
module ShopifyAPI
- VERSION = "14.10.0"
+ VERSION = "14.11.0"
end
0 commit comments