瀏覽代碼

bumps version and updates changelog

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

+ 3 - 6
CHANGELOG

@@ -1,14 +1,11 @@
-== Version 3.1.1
+== Version 3.1.2
 
 * Includes port in domain URI (when other than http/80 or https/443)
 * Adds access to CustomerSavedSearch
 * Adds resources: Order::DefaultAddress, Client::ClientDetails, Announcement
 * Allows access to Articles without a blog_id
-* Qualifies and scopes encode/decode changes in ActiveResource 3.0, 3.1, 3.2, 4.0
-
-== Version 3.1.0
-
-* Expose the `order` action in SmartCollection for general use
+* Moves encode and as_json overrides to ShopifyAPI::Base scope
+* Exposes the `order` action in SmartCollection for general use
 
 == Version 3.0.3
 

+ 1 - 1
lib/shopify_api/version.rb

@@ -1,3 +1,3 @@
 module ShopifyAPI
-  VERSION = "3.1.1"
+  VERSION = "3.1.2"
 end