Skip to content

Commit c758e1d

Browse files
authored
Package for release 9.5.2 (#1358)
1 parent bd2cbde commit c758e1d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## Unreleased
22

3+
## Version 9.5.2
4+
5+
- [#1356](https://github.com/Shopify/shopify-api-ruby/pull/1356) Autoload ActiveResource classes to improve load time for Rails apps.
6+
37
## Version 9.5.1
48

59
- [#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

lib/shopify_api/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# frozen_string_literal: true
22
module ShopifyAPI
3-
VERSION = "9.5.1"
3+
VERSION = "9.5.2"
44
end

0 commit comments

Comments
 (0)