Explorar el Código

Packaging for gem release 1.2.6

David Underwood hace 13 años
padre
commit
650e2222ce
Se han modificado 2 ficheros con 6 adiciones y 1 borrados
  1. 5 0
      CHANGELOG
  2. 1 1
      shopify_api.gemspec

+ 5 - 0
CHANGELOG

@@ -1,3 +1,8 @@
+== Version 1.2.6 (September 12th, 2011)
+
+* Refactored resources into their own source files
+* Added API limits functionality
+
 == Version 1.2.5
 
 * Fix for Article#comments

+ 1 - 1
shopify_api.gemspec

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