Quellcode durchsuchen

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

packaging for release 4.11.0
Jon G vor 7 Jahren
Ursprung
Commit
f2fd0d655e
2 geänderte Dateien mit 7 neuen und 1 gelöschten Zeilen
  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