From dd71f80021e5a0dd51633bf1cdd281ea6e45c946 Mon Sep 17 00:00:00 2001 From: Russell Davis Date: Mon, 12 Jan 2015 12:24:47 -0800 Subject: [PATCH] Bump version to 1.17.3 --- History.txt | 5 +++++ VERSION | 2 +- lib/stripe/version.rb | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/History.txt b/History.txt index 3b9d67bf..3387db99 100644 --- a/History.txt +++ b/History.txt @@ -1,3 +1,8 @@ +=== 1.17.3 2015-01-12 + +* 1 bugfix: + * Fixed API key propagation for ApplicationFee#refund + === 1.17.2 2015-01-08 * 1 bugfix: diff --git a/VERSION b/VERSION index 06fb41b6..b9a05a6d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.17.2 +1.17.3 diff --git a/lib/stripe/version.rb b/lib/stripe/version.rb index b41fd1f1..6db4b768 100644 --- a/lib/stripe/version.rb +++ b/lib/stripe/version.rb @@ -1,3 +1,3 @@ module Stripe - VERSION = '1.17.2' + VERSION = '1.17.3' end