From 1bcaa10abd6e62a2a9871915103261354a66463c Mon Sep 17 00:00:00 2001 From: Max Lahey Date: Thu, 26 Feb 2015 17:47:46 -0800 Subject: [PATCH] version bump to 1.20.1 --- History.txt | 4 ++++ VERSION | 2 +- lib/stripe/version.rb | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) 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