diff --git a/History.txt b/History.txt index e40f12ee..da5e182c 100644 --- a/History.txt +++ b/History.txt @@ -1,3 +1,7 @@ +=== 1.58.0 2017-01-19 + +* Remove erroneously added list methods for `Source` model + === 1.57.1 2016-11-28 * Disallow sending protected fields along with API resource `.update` diff --git a/VERSION b/VERSION index b4cf7c0d..79f82f6b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.57.1 +1.58.0 diff --git a/lib/stripe/version.rb b/lib/stripe/version.rb index eacbc796..509b9b2f 100644 --- a/lib/stripe/version.rb +++ b/lib/stripe/version.rb @@ -1,3 +1,3 @@ module Stripe - VERSION = '1.57.1' + VERSION = '1.58.0' end