浏览代码

Packaging for release 5.1.0

Jamie Dwyer 6 年之前
父节点
当前提交
aafce1aac8
共有 2 个文件被更改,包括 8 次插入1 次删除
  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