From 2da99d4750c8fe450a24630db72d6aa35df427b7 Mon Sep 17 00:00:00 2001 From: Liz Kenyon Date: Thu, 10 Jul 2025 16:02:46 -0500 Subject: [PATCH] preparing for release --- CHANGELOG.md | 2 ++ Gemfile.lock | 4 ++-- lib/shopify_api/version.rb | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 61fcf0eb9..a87f51ace 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 + +## 14.11.0 - [#1386](https://github.com/Shopify/shopify-api-ruby/pull/1386) Add support for 2025-07 API version ## 14.10.0 diff --git a/Gemfile.lock b/Gemfile.lock index 715f76c9c..cde4e9cad 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - shopify_api (14.10.0) + shopify_api (14.11.0) activesupport concurrent-ruby hash_diff @@ -125,7 +125,7 @@ GEM thor (>= 0.19.2) syntax_tree (6.2.0) prettier_print (>= 1.2.0) - tapioca (0.13.3) + tapioca (0.15.1) bundler (>= 2.2.25) netrc (>= 0.11.0) parallel (>= 1.21.0) diff --git a/lib/shopify_api/version.rb b/lib/shopify_api/version.rb index b47e88a08..834fee67f 100644 --- a/lib/shopify_api/version.rb +++ b/lib/shopify_api/version.rb @@ -2,5 +2,5 @@ # frozen_string_literal: true module ShopifyAPI - VERSION = "14.10.0" + VERSION = "14.11.0" end