瀏覽代碼

Merge pull request #422 from Shopify/locations-api-release

packaging for release 4.11.0
Jon G 7 年之前
父節點
當前提交
f2fd0d655e
共有 2 個文件被更改,包括 7 次插入1 次删除
  1. 6 0
      CHANGELOG
  2. 1 1
      lib/shopify_api/version.rb

+ 6 - 0
CHANGELOG

@@ -1,3 +1,9 @@
+== Version 4.11.0
+
+* Added `ShopifyAPI::InventoryItem`
+* Added `ShopifyAPI::InventoryItem`
+* Added `inventory_levels` method to `ShopifyAPI::Location`
+
 == Version 4.10.0
 
 * Added `ShopifyAPI::AccessScope`

+ 1 - 1
lib/shopify_api/version.rb

@@ -1,3 +1,3 @@
 module ShopifyAPI
-  VERSION = "4.10.0"
+  VERSION = "4.11.0"
 end