Explorar o código

Merge pull request #658 from Shopify/package-8-1-0

Package release for 8.1.0
Ignacio Chiazzo Cardarello %!s(int64=5) %!d(string=hai) anos
pai
achega
97d86fc369
Modificáronse 2 ficheiros con 5 adicións e 1 borrados
  1. 4 0
      CHANGELOG.md
  2. 1 1
      lib/shopify_api/version.rb

+ 4 - 0
CHANGELOG.md

@@ -1,3 +1,7 @@
+== Version 8.1.0
+
+* Release 2020-01 REST ADMIN API VERSION [#656](https://github.com/Shopify/shopify_api/pull/656)
+* Release new Endpoint `collection.products` and `collection.find()` in 2020-01 REST API version [#657](https://github.com/Shopify/shopify_api/pull/657)
 * Enrich 4xx errors with error message from response body [#647](https://github.com/Shopify/shopify_api/pull/647)
 
 == Version 8.0.0

+ 1 - 1
lib/shopify_api/version.rb

@@ -1,3 +1,3 @@
 module ShopifyAPI
-  VERSION = "8.0.0"
+  VERSION = "8.1.0"
 end