Pārlūkot izejas kodu

bumps version, updates changelog

Neil Costford 11 gadi atpakaļ
vecāks
revīzija
373580ecd1
2 mainītis faili ar 9 papildinājumiem un 1 dzēšanām
  1. 8 0
      CHANGELOG
  2. 1 1
      lib/shopify_api/version.rb

+ 8 - 0
CHANGELOG

@@ -1,3 +1,11 @@
+== Version 3.1.1
+
+* 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

+ 1 - 1
lib/shopify_api/version.rb

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