diff --git a/History.txt b/History.txt index e3f0f5f5..d6a7182e 100644 --- a/History.txt +++ b/History.txt @@ -1,3 +1,7 @@ +=== 1.36.1 2016-03-04 + +* Fix serialization when subhash given to `#save` or `#update_attributes` + === 1.36.0 2016-02-08 * Add `CountrySpec` model for looking up country payment information diff --git a/VERSION b/VERSION index 39fc130e..f107550c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.36.0 +1.36.1 diff --git a/lib/stripe/version.rb b/lib/stripe/version.rb index 0e0f5009..362c6f6a 100644 --- a/lib/stripe/version.rb +++ b/lib/stripe/version.rb @@ -1,3 +1,3 @@ module Stripe - VERSION = '1.36.0' + VERSION = '1.36.1' end