From 83eaa1f29069c4c8c0cf5607f432d61babaf28f4 Mon Sep 17 00:00:00 2001 From: Nelson Wittwer Date: Wed, 10 May 2023 15:33:13 -0400 Subject: [PATCH] Packaging for release 13.0.0 --- CHANGELOG.md | 2 ++ lib/shopify_api/version.rb | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a1a5785a..ba72334f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ Note: For changes to the API, see https://shopify.dev/changelog?filter=api ## Unreleased +## 13.0.0 + - [#1140](https://github.com/Shopify/shopify-api-ruby/pull/1140) ⚠️ [Breaking] Reformat Http error messages to be JSON parsable. - [#1142](https://github.com/Shopify/shopify-api-ruby/issues/1142) Restore API version 2022-04, in alignment with [this](https://shopify.dev/changelog/action-required-support-for-api-version-2022-04-extended-to-june-30-2023) changelog notice. diff --git a/lib/shopify_api/version.rb b/lib/shopify_api/version.rb index c0825f0af..e41140a62 100644 --- a/lib/shopify_api/version.rb +++ b/lib/shopify_api/version.rb @@ -2,5 +2,5 @@ # frozen_string_literal: true module ShopifyAPI - VERSION = "12.5.0" + VERSION = "13.0.0" end