diff --git a/CHANGELOG.md b/CHANGELOG.md index c5eaf1632..a77ae1f25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ Note: For changes to the API, see https://shopify.dev/changelog?filter=api ## Unreleased +## 14.8.0 + - [#1355](https://github.com/Shopify/shopify-api-ruby/pull/1355) Add support for 2025-01 API version ## 14.7.0 diff --git a/Gemfile.lock b/Gemfile.lock index 63f7e16c0..d6e7d403d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - shopify_api (14.7.0) + shopify_api (14.8.0) activesupport concurrent-ruby hash_diff diff --git a/lib/shopify_api/version.rb b/lib/shopify_api/version.rb index 9c307dceb..9af3484bc 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.7.0" + VERSION = "14.8.0" end