From 26be641c79180043e25934279a8882f6b24d7868 Mon Sep 17 00:00:00 2001 From: Kevin Hughes Date: Fri, 22 Nov 2013 11:32:04 -0500 Subject: [PATCH] packaging for release 3.1.7 --- CHANGELOG | 4 ++++ Gemfile.lock | 2 +- lib/shopify_api/version.rb | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 41c6d15db..1f58a38cc 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +== Version 3.1.7 + +* Expose `authors` and `tags` action on Article + == Version 3.1.6 * Add LineItem::Property resource diff --git a/Gemfile.lock b/Gemfile.lock index 6634982f4..cb3d3e71a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - shopify_api (3.1.6) + shopify_api (3.1.7) activeresource (>= 3.0.0) thor (>= 0.14.4) diff --git a/lib/shopify_api/version.rb b/lib/shopify_api/version.rb index 8ee582868..8c9096039 100644 --- a/lib/shopify_api/version.rb +++ b/lib/shopify_api/version.rb @@ -1,3 +1,3 @@ module ShopifyAPI - VERSION = "3.1.6" + VERSION = "3.1.7" end