瀏覽代碼

Adding changelog bump and including newlines at end of file

Ben Cox 11 年之前
父節點
當前提交
d33453f757
共有 3 個文件被更改,包括 6 次插入2 次删除
  1. 4 0
      CHANGELOG
  2. 1 1
      lib/shopify_api/resources/fulfillment_service.rb
  3. 1 1
      test/fulfillment_service_test.rb

+ 4 - 0
CHANGELOG

@@ -1,3 +1,7 @@
+== Version 3.1.10
+
+* Add access to FulfillmentService endpoint
+
 == Version 3.1.9
 
 * in Session::request_token params is no longer optional, you must pass all the params and the method will now extract the code

+ 1 - 1
lib/shopify_api/resources/fulfillment_service.rb

@@ -1,4 +1,4 @@
 module ShopifyAPI
   class FulfillmentService < Base
   end
-end
+end

+ 1 - 1
test/fulfillment_service_test.rb

@@ -13,4 +13,4 @@ class FulFillmentServiceTest < Test::Unit::TestCase
 		assert_equal 123456 , fulfillment_service.id
 		assert_equal "SomeService", fulfillment_service.name
 	end
-end
+end