Packaging for release v5.2.1
@@ -9,3 +9,5 @@ pkg
*.gem
.idea
.dev/
+.bundle/
+vendor/
@@ -1,3 +1,7 @@
+== Version 5.2.1
+
+* Log warning when Shopify indicates deprecated API call was performed
== Version 5.2.0
* Added `ShopifyAPI::Currency` to fetch list of supported currencies on a shop
@@ -1,3 +1,3 @@
module ShopifyAPI
- VERSION = "5.2.0"
+ VERSION = "5.2.1"
end