From 218178ea54521728bebc36013c90de908779cbe3 Mon Sep 17 00:00:00 2001 From: Andrew Thorp Date: Mon, 3 Feb 2014 21:37:07 -0600 Subject: [PATCH] Bump to 1.10.1 --- History.txt | 8 ++++++++ VERSION | 2 +- lib/stripe/version.rb | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/History.txt b/History.txt index d26320f7..dd31d2ca 100644 --- a/History.txt +++ b/History.txt @@ -1,6 +1,14 @@ +=== 1.10.1 2014-02-03 + +* Fix marshaling of StripeObjects + === 1.10.0 2014-01-29 * Support for multiple subscriptions per customer +* Allow #save to take opts (for :expand) +* Testing ruby 2.1.0 +* Replace multi_json with json +* Fix #try and #respond_to? on StripeObjects === 1.9.9 2013-12-02 diff --git a/VERSION b/VERSION index 81c871de..4dae2985 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.10.0 +1.10.1 diff --git a/lib/stripe/version.rb b/lib/stripe/version.rb index 59c89c17..4f478522 100644 --- a/lib/stripe/version.rb +++ b/lib/stripe/version.rb @@ -1,3 +1,3 @@ module Stripe - VERSION = '1.10.0' + VERSION = '1.10.1' end