Skip to content

Commit

Permalink
Bump version and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
maartenvg committed Jan 22, 2014
1 parent ef104d7 commit a163c93
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
13 changes: 9 additions & 4 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
== Version 3.1.9 (Unreleased)
== Version 3.2.0

* in Session::request_token params is no longer optional, you must pass all the params and the method will now extract the code
* Add access to FulfillmentService endpoint
* Fix JSON errors handling (#103)
* Add convenience method Customer#search (#45)
* Fixed JSON errors handling (#103)
* Fixed compatibility with Ruby 2.1.x (#83)
* Fixed getting parent ID from nested resources like Variants (#44)
* Cleaned up compatibility with ActiveResource 4.0.x
* Added OrderRisk resource
* Added FulfillmentService resource
* Removed discontinued ProductSearchEngine resource
* Added convenience method Customer#search (#45)

== Version 3.1.8

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
shopify_api (3.1.8)
shopify_api (3.2.0)
activeresource (>= 3.0.0)
thor (>= 0.14.4)

Expand All @@ -24,7 +24,7 @@ GEM
atomic (1.1.14)
builder (3.1.4)
fakeweb (1.3.0)
i18n (0.6.5)
i18n (0.6.9)
metaclass (0.0.1)
minitest (4.7.5)
mocha (0.14.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/shopify_api/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ShopifyAPI
VERSION = "3.1.8"
VERSION = "3.2.0"
end

0 comments on commit a163c93

Please sign in to comment.