Browse Source

Packaging for 2.2.0 release

John Duff 13 years ago
parent
commit
d1f1b263bb
2 changed files with 8 additions and 1 deletions
  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}