Explorar o código

Packaging for release 4.3.4

Matt Scriven %!s(int64=8) %!d(string=hai) anos
pai
achega
cd5975c88b
Modificáronse 2 ficheiros con 6 adicións e 1 borrados
  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