diff --git a/History.txt b/History.txt index 3fe8940a..baf43753 100644 --- a/History.txt +++ b/History.txt @@ -1,3 +1,7 @@ +=== 1.20.1 2015-02-26 + +* Updated Card to point to customer sources endpoint when customer property is set + === 1.20.0 2015-02-19 * Added Update & Delete operations to Bitcoin Receivers diff --git a/VERSION b/VERSION index 39893559..0044d6cb 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.20.0 +1.20.1 diff --git a/lib/stripe/version.rb b/lib/stripe/version.rb index 8756e27e..b2eddc39 100644 --- a/lib/stripe/version.rb +++ b/lib/stripe/version.rb @@ -1,3 +1,3 @@ module Stripe - VERSION = '1.20.0' + VERSION = '1.20.1' end