Skip to content

Commit 2da99d4

Browse files
committed
preparing for release
1 parent 78ab782 commit 2da99d4

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
Note: For changes to the API, see https://shopify.dev/changelog?filter=api
44
## Unreleased
5+
6+
## 14.11.0
57
- [#1386](https://github.com/Shopify/shopify-api-ruby/pull/1386) Add support for 2025-07 API version
68

79
## 14.10.0

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
shopify_api (14.10.0)
4+
shopify_api (14.11.0)
55
activesupport
66
concurrent-ruby
77
hash_diff
@@ -125,7 +125,7 @@ GEM
125125
thor (>= 0.19.2)
126126
syntax_tree (6.2.0)
127127
prettier_print (>= 1.2.0)
128-
tapioca (0.13.3)
128+
tapioca (0.15.1)
129129
bundler (>= 2.2.25)
130130
netrc (>= 0.11.0)
131131
parallel (>= 1.21.0)

lib/shopify_api/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
# frozen_string_literal: true
33

44
module ShopifyAPI
5-
VERSION = "14.10.0"
5+
VERSION = "14.11.0"
66
end

0 commit comments

Comments
 (0)