Skip to content

Commit 0dd365a

Browse files
committed
Preparing for release 16.1.0
1 parent 4918102 commit 0dd365a

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
@@ -2,6 +2,8 @@
22

33
Note: For changes to the API, see https://shopify.dev/changelog?filter=api
44
## Unreleased
5+
6+
## 16.1.0 (2026-01-15)
57
- Add support for 2026-01 API version
68

79
## 16.0.0 (2025-12-10)

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
shopify_api (16.0.0)
4+
shopify_api (16.1.0)
55
activesupport
66
concurrent-ruby
77
hash_diff

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 = "16.0.0"
5+
VERSION = "16.1.0"
66
end

0 commit comments

Comments
 (0)