From 0dd365ab17c919cc9277ad339cccfbb7c7e95b4b Mon Sep 17 00:00:00 2001 From: Liz Kenyon Date: Thu, 15 Jan 2026 10:22:44 -0600 Subject: [PATCH] Preparing for release 16.1.0 --- CHANGELOG.md | 2 ++ Gemfile.lock | 2 +- lib/shopify_api/version.rb | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d4a404ba..38c333f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ Note: For changes to the API, see https://shopify.dev/changelog?filter=api ## Unreleased + +## 16.1.0 (2026-01-15) - Add support for 2026-01 API version ## 16.0.0 (2025-12-10) diff --git a/Gemfile.lock b/Gemfile.lock index 2e58c3c3..a2eb9e6d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - shopify_api (16.0.0) + shopify_api (16.1.0) activesupport concurrent-ruby hash_diff diff --git a/lib/shopify_api/version.rb b/lib/shopify_api/version.rb index 4360ec45..67afb4d4 100644 --- a/lib/shopify_api/version.rb +++ b/lib/shopify_api/version.rb @@ -2,5 +2,5 @@ # frozen_string_literal: true module ShopifyAPI - VERSION = "16.0.0" + VERSION = "16.1.0" end