Преглед на файлове

bumps version, updates changelog

Neil Costford преди 11 години
родител
ревизия
373580ecd1
променени са 2 файла, в които са добавени 9 реда и са изтрити 1 реда
  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