Browse Source

Packaging for release 4.3.4

Matt Scriven 8 years ago
parent
commit
cd5975c88b
2 changed files with 6 additions and 1 deletions
  1. 5 0
      CHANGELOG
  2. 1 1
      lib/shopify_api/version.rb

+ 5 - 0
CHANGELOG

@@ -1,3 +1,8 @@
+== Version 4.3.4
+
+* Added `ShopifyAPI::ProductListing`
+* Added `ShopifyAPI::CollectionListing`
+
 == Version 4.3.3
 
 * Added `ShopifyAPI::StorefrontAccessToken`

+ 1 - 1
lib/shopify_api/version.rb

@@ -1,3 +1,3 @@
 module ShopifyAPI
-  VERSION = "4.3.3"
+  VERSION = "4.3.4"
 end