Browse Source

update CHANGELOG and version number for 5.2.0

Peter McCracken 6 years ago
parent
commit
f98ffed030
2 changed files with 7 additions and 1 deletions
  1. 6 0
      CHANGELOG
  2. 1 1
      lib/shopify_api/version.rb

+ 6 - 0
CHANGELOG

@@ -1,3 +1,9 @@
+== Version 5.2.0
+
+* Added `ShopifyAPI::Currency` to fetch list of supported currencies on a shop
+* Added `ShopifyAPI::TenderTransaction` to fetch list of transactions on a shop
+* Fixed bug with X-Shopify-Checkout-Version on ShopifyAPI::Checkout header being applied to all requests
+
 == Version 5.1.0
 
 * Added `ShopifyAPI::Publications`

+ 1 - 1
lib/shopify_api/version.rb

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