瀏覽代碼

Bump version to 3.2.1 and update changelog

Maarten van Grootel 11 年之前
父節點
當前提交
a694fd0446
共有 2 個文件被更改,包括 4 次插入2 次删除
  1. 3 1
      CHANGELOG
  2. 1 1
      lib/shopify_api/version.rb

+ 3 - 1
CHANGELOG

@@ -1,6 +1,8 @@
-== Version 3.2.1 (Unreleased)
+== Version 3.2.1
 
 * Added CarrierService resource
+* Added optionally using threadsafe ActiveResource (see readme)
+* Fixed bug in validate_signature
 
 == Version 3.2.0
 

+ 1 - 1
lib/shopify_api/version.rb

@@ -1,3 +1,3 @@
 module ShopifyAPI
-  VERSION = "3.2.0"
+  VERSION = "3.2.1"
 end