Skip to content

Commit

Permalink
Package for release 9.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sle-c committed Jan 6, 2025
1 parent bd2cbde commit 7f2ef09
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/shopify_api/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module ShopifyAPI
VERSION = "9.5.1"
VERSION = "9.5.2"
end

0 comments on commit 7f2ef09

Please sign in to comment.