Skip to content

Commit

Permalink
Merge pull request #186 from Shopify/v4_0_1
Browse files Browse the repository at this point in the history
Bump to v4.0.1
  • Loading branch information
nickhoffman committed May 4, 2015
2 parents b147150 + 5f07044 commit 3c18886
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG
@@ -1,4 +1,8 @@
== 3.2.6 (Unreleased)
== Version 4.0.1

* Added `ShopifyAPI::OAuth.revoke` for easy token revocation.

== Version 3.2.6

* Fixed CustomerSavedSearch#customers method to now correctly return only relevant customers

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
shopify_api (4.0.0)
shopify_api (4.0.1)
activeresource

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/shopify_api/version.rb
@@ -1,3 +1,3 @@
module ShopifyAPI
VERSION = "4.0.0"
VERSION = "4.0.1"
end

0 comments on commit 3c18886

Please sign in to comment.