Parcourir la source

Packaging for 2.3.0 release.

Dylan Smith il y a 13 ans
Parent
commit
b25e7a3db8
2 fichiers modifiés avec 7 ajouts et 1 suppressions
  1. 6 0
      CHANGELOG
  2. 1 1
      shopify_api.gemspec

+ 6 - 0
CHANGELOG

@@ -1,3 +1,9 @@
+== Version 2.3.0
+
+* Fix double root bug with ActiveSupport 3.2.0
+* Add metafields methods on Customer resource
+* Fix prefix_options on assets returned from Asset.find
+
 == Version 2.2.0
 
 * Fix issues with resources that have both direct and namespaced routes

+ 1 - 1
shopify_api.gemspec

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