From 6c2a45f8377ac46217f9dd24068667ccd2a4ee5c Mon Sep 17 00:00:00 2001 From: Nelson Date: Mon, 13 Nov 2023 10:28:15 -0500 Subject: [PATCH] Packaging for release 13.3.0 (#1243) * Packaging for release 13.3.0 * bundle --- CHANGELOG.md | 5 ++++- Gemfile.lock | 2 +- lib/shopify_api/version.rb | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fe3ab4b..83339237 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,10 @@ Note: For changes to the API, see https://shopify.dev/changelog?filter=api ## Unreleased -- [#1241](https://github.com/Shopify/shopify-api-ruby/pull/1241) Add `api_host` to `ShopifyAPI::Context.setup`, allowing the API host to be overridden in `ShopifyAPI::Clients::HttpClient`. This context option is intended for internal Shopify use only. + +## 13.3.0 + +- [#1241](https://github.com/Shopify/shopify-api-ruby/pull/1241) Add `api_host` to `ShopifyAPI::Context.setup`, allowing the API host to be overridden in `ShopifyAPI::Clients::HttpClient`. This context option is intended for internal Shopify use only. - [#1237](https://github.com/Shopify/shopify-api-ruby/pull/1237) Skip mandatory webhook topic registration/unregistrations - [#1239](https://github.com/Shopify/shopify-api-ruby/pull/1239) Update `OAuth.validate_auth_callback` to use `ShopifyApi::Clients::HttpClient`. diff --git a/Gemfile.lock b/Gemfile.lock index be8f9c4b..25c23b06 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - shopify_api (13.2.0) + shopify_api (13.3.0) activesupport concurrent-ruby hash_diff diff --git a/lib/shopify_api/version.rb b/lib/shopify_api/version.rb index 5f775399..0bcba5c9 100644 --- a/lib/shopify_api/version.rb +++ b/lib/shopify_api/version.rb @@ -2,5 +2,5 @@ # frozen_string_literal: true module ShopifyAPI - VERSION = "13.2.0" + VERSION = "13.3.0" end