Bump version to 1.36.1

This commit is contained in:
Brandur 2016-03-04 15:01:05 -08:00
parent 127c6694e8
commit fa314f6166
3 changed files with 6 additions and 2 deletions

View File

@ -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

View File

@ -1 +1 @@
1.36.0
1.36.1

View File

@ -1,3 +1,3 @@
module Stripe
VERSION = '1.36.0'
VERSION = '1.36.1'
end