Bump version to 3.9.2

This commit is contained in:
Olivier Bellone 2018-02-12 11:32:24 -08:00
parent 1abb8a574b
commit fafd449c5f
No known key found for this signature in database
GPG Key ID: 11E77E3AA0C40303
3 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,8 @@
# Changelog # Changelog
## 3.9.2 - 2018-02-12
* [#625](https://github.com/stripe/stripe-ruby/pull/625) Skip calling `to_hash` for `nil`
## 3.9.1 - 2017-12-15 ## 3.9.1 - 2017-12-15
* [#616](https://github.com/stripe/stripe-ruby/pull/616) Support all file-like objects for uploads with duck typed checks on `path` and `read` (we previously whitelisted only certain classes) * [#616](https://github.com/stripe/stripe-ruby/pull/616) Support all file-like objects for uploads with duck typed checks on `path` and `read` (we previously whitelisted only certain classes)

View File

@ -1 +1 @@
3.9.1 3.9.2

View File

@ -1,3 +1,3 @@
module Stripe module Stripe
VERSION = "3.9.1".freeze VERSION = "3.9.2".freeze
end end