Jelajahi Sumber

Adding changelog bump and including newlines at end of file

Ben Cox 11 tahun lalu
induk
melakukan
d33453f757

+ 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