Переглянути джерело

Packaging for release 1.2.4

Edward Ocampo-Gooding 13 роки тому
батько
коміт
c6e222f22c
2 змінених файлів з 7 додано та 1 видалено
  1. 6 0
      CHANGELOG
  2. 1 1
      shopify_api.gemspec

+ 6 - 0
CHANGELOG

@@ -1,3 +1,9 @@
+== Version 1.2.4
+
+* Added Article#comments
+* Added Order#cancel
+* Added Comment#restore, #not_spam
+
 == Version 1.2.3
 
 * Added Customer, CustomerGroup support

+ 1 - 1
shopify_api.gemspec

@@ -2,7 +2,7 @@
 
 Gem::Specification.new do |s|
   s.name = %q{shopify_api}
-  s.version = "1.2.3"
+  s.version = "1.2.4"
 
   s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
   s.authors = ["Tobias L\303\274tke", "Cody Fauser", "Dennis Theisen", "Edward Ocampo-Gooding"]