소스 검색

Packaging for 2.2.0 release

John Duff 13 년 전
부모
커밋
d1f1b263bb
2개의 변경된 파일8개의 추가작업 그리고 1개의 파일을 삭제
  1. 7 0
      CHANGELOG
  2. 1 1
      shopify_api.gemspec

+ 7 - 0
CHANGELOG

@@ -1,3 +1,10 @@
+== Version 2.2.0
+
+* Fix issues with resources that have both direct and namespaced routes
+* Added detailed logger to help with debugging ActiveResource
+requests/responses
+* Add fulfillment#cancel
+
 == Version 2.1.0
 
 * Fix JSON errors handling

+ 1 - 1
shopify_api.gemspec

@@ -2,7 +2,7 @@
 
 Gem::Specification.new do |s|
   s.name = %q{shopify_api}
-  s.version = "2.1.0"
+  s.version = "2.2.0"
   s.author = "Shopify"
 
   s.summary = %q{The Shopify API gem is a lightweight gem for accessing the Shopify admin REST web services}