diff --git a/CHANGELOG b/CHANGELOG index 0e01c4056..c77c365f4 100644 --- a/CHANGELOG +++ b/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 diff --git a/Gemfile.lock b/Gemfile.lock index ec9ea843a..39a863e8d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - shopify_api (4.0.0) + shopify_api (4.0.1) activeresource GEM diff --git a/lib/shopify_api/version.rb b/lib/shopify_api/version.rb index b5ad82b04..b38589546 100644 --- a/lib/shopify_api/version.rb +++ b/lib/shopify_api/version.rb @@ -1,3 +1,3 @@ module ShopifyAPI - VERSION = "4.0.0" + VERSION = "4.0.1" end