Explorar o código

Packaging for release 5.1.0

Jamie Dwyer %!s(int64=6) %!d(string=hai) anos
pai
achega
aafce1aac8
Modificáronse 2 ficheiros con 8 adicións e 1 borrados
  1. 7 0
      CHANGELOG
  2. 1 1
      lib/shopify_api/version.rb

+ 7 - 0
CHANGELOG

@@ -1,3 +1,10 @@
+== Version 5.1.0
+
+* Added `ShopifyAPI::Publications`
+* Added `ShopifyAPI::ProductPublications`
+* Added `ShopifyAPI::CollectionPublications`
+* Added support for new collection products endpoint from `ShopifyAPI::Collection#products`
+
 == Version 5.0.0
 
 * Breaking change: `ShopifyAPI::Checkout` now maps to the Checkout API, rather than the Abandoned Checkouts API

+ 1 - 1
lib/shopify_api/version.rb

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