Bump version to 1.36.2

This commit is contained in:
Brandur 2016-03-14 07:25:28 -07:00
parent 5c999c3100
commit c3c541363b
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
=== 1.36.2 2016-03-14
* Fix reference to non-existent `#url` in `ListObject`
=== 1.36.1 2016-03-04
* Fix serialization when subhash given to `#save` or `#update_attributes`

View File

@ -1 +1 @@
1.36.1
1.36.2

View File

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