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