From 6a0e17e6cc5555da2a653a4cf8cff6ae9e3ccee0 Mon Sep 17 00:00:00 2001 From: Paulo Margarido <64600052+paulomarg@users.noreply.github.com> Date: Tue, 2 Jul 2024 11:44:17 -0400 Subject: [PATCH] Packaging for release v14.4.0 --- CHANGELOG.md | 4 +++- Gemfile.lock | 2 +- lib/shopify_api/version.rb | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 938a4c67..ce0cab19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,10 @@ Note: For changes to the API, see https://shopify.dev/changelog?filter=api ## Unreleased -- [#1320](https://github.com/Shopify/shopify-api-ruby/pull/1320) Fix sorbet type on Shop.tax_shipping field +## 14.4.0 + - [#1325](https://github.com/Shopify/shopify-api-ruby/pull/1325) Add support for 2024-07 API version +- [#1320](https://github.com/Shopify/shopify-api-ruby/pull/1320) Fix sorbet type on Shop.tax_shipping field ## 14.3.0 diff --git a/Gemfile.lock b/Gemfile.lock index c8e2381b..c6839de7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - shopify_api (14.3.0) + shopify_api (14.4.0) activesupport concurrent-ruby hash_diff diff --git a/lib/shopify_api/version.rb b/lib/shopify_api/version.rb index 2acb1077..88c6a39a 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.3.0" + VERSION = "14.4.0" end