From f2aa8c1e584916bd82c23c1f3065230cf2e3833d Mon Sep 17 00:00:00 2001 From: Brandur Date: Fri, 17 Jun 2016 14:48:07 -0700 Subject: [PATCH] Bump version to 1.43.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 30de8a6d..50c1a909 100644 --- a/History.txt +++ b/History.txt @@ -1,3 +1,7 @@ +=== 1.43.1 2016-06-17 + +* Fix type of resource returned from `Order#return_order` + === 1.43.0 2016-05-20 * Allow Relay orders to be returned and add associated types diff --git a/VERSION b/VERSION index b978278f..3987c472 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.43.0 +1.43.1 diff --git a/lib/stripe/version.rb b/lib/stripe/version.rb index a934fa01..7e28a9b3 100644 --- a/lib/stripe/version.rb +++ b/lib/stripe/version.rb @@ -1,3 +1,3 @@ module Stripe - VERSION = '1.43.0' + VERSION = '1.43.1' end