Browse Source

Merge pull request #516 from Shopify/prep-for-gem-5-2-1

Packaging for release v5.2.1
christopher butcher 6 years ago
parent
commit
169f13ee05
3 changed files with 7 additions and 1 deletions
  1. 2 0
      .gitignore
  2. 4 0
      CHANGELOG
  3. 1 1
      lib/shopify_api/version.rb

+ 2 - 0
.gitignore

@@ -9,3 +9,5 @@ pkg
 *.gem
 .idea
 .dev/
+.bundle/
+vendor/

+ 4 - 0
CHANGELOG

@@ -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 - 1
lib/shopify_api/version.rb

@@ -1,3 +1,3 @@
 module ShopifyAPI
-  VERSION = "5.2.0"
+  VERSION = "5.2.1"
 end