소스 검색

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