From fb9fd44dd65def2d4f8e9a606e8c858e5ba4df88 Mon Sep 17 00:00:00 2001 From: Brandur Date: Thu, 25 Aug 2016 14:36:59 -0700 Subject: [PATCH] Bump version to 1.50.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 37462fa3..2a23f2ac 100644 --- a/History.txt +++ b/History.txt @@ -1,3 +1,7 @@ +=== 1.50.1 2016-08-25 + +* Fix encoding of arrays of maps where maps unequal sets of keys + === 1.50.0 2016-08-15 * Allow sources to be created diff --git a/VERSION b/VERSION index 5a5c7211..9cbd34da 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.50.0 +1.50.1 diff --git a/lib/stripe/version.rb b/lib/stripe/version.rb index fef3061e..d89c2071 100644 --- a/lib/stripe/version.rb +++ b/lib/stripe/version.rb @@ -1,3 +1,3 @@ module Stripe - VERSION = '1.50.0' + VERSION = '1.50.1' end