We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4918102 commit 0dd365aCopy full SHA for 0dd365a
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
+## 16.1.0 (2026-01-15)
7
- Add support for 2026-01 API version
8
9
## 16.0.0 (2025-12-10)
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
remote: .
specs:
- shopify_api (16.0.0)
+ shopify_api (16.1.0)
activesupport
concurrent-ruby
hash_diff
lib/shopify_api/version.rb
@@ -2,5 +2,5 @@
# frozen_string_literal: true
module ShopifyAPI
- VERSION = "16.0.0"
+ VERSION = "16.1.0"
end
0 commit comments