Ver código fonte

Packaging for 2.1.0 release

John Duff 13 anos atrás
pai
commit
82ab3c6ec1
2 arquivos alterados com 6 adições e 1 exclusões
  1. 5 0
      CHANGELOG
  2. 1 1
      shopify_api.gemspec

+ 5 - 0
CHANGELOG

@@ -1,3 +1,8 @@
+== Version 2.1.0
+
+* Fix JSON errors handling
+* Remove global limit from ShopifyAPI::Limits
+
 == Version 2.0.0
 
 * Bump to 2.0.0 as this release breaks Rails 2 compatibility; we're now officially only supporting Rails 3. Rails 2 devs can follow the rails2 tag in this repo to know where we broke off

+ 1 - 1
shopify_api.gemspec

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