From 7f2ef095e35447aad32f12701549b0461ecf03be Mon Sep 17 00:00:00 2001 From: Si Le Date: Mon, 6 Jan 2025 15:16:46 -0500 Subject: [PATCH] Package for release 9.5.2 --- CHANGELOG.md | 4 ++++ lib/shopify_api/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9388b96a4..26500eb0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## Unreleased +## Version 9.5.2 + +- [#1356](https://github.com/Shopify/shopify-api-ruby/pull/1356) Autoload ActiveResource classes to improve load time for Rails apps. + ## Version 9.5.1 - [#891](https://github.com/Shopify/shopify_api/pull/891) Removed the upper bound on the `activeresource` dependency to allow apps to use the latest version diff --git a/lib/shopify_api/version.rb b/lib/shopify_api/version.rb index fd6baea74..4b52501f8 100644 --- a/lib/shopify_api/version.rb +++ b/lib/shopify_api/version.rb @@ -1,4 +1,4 @@ # frozen_string_literal: true module ShopifyAPI - VERSION = "9.5.1" + VERSION = "9.5.2" end