Bump version to 3.10.0

This commit is contained in:
Brandur 2018-02-21 11:36:26 -08:00
parent 529b9ec417
commit a7ea9cf1e9
3 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,8 @@
# Changelog
## 3.10.0 - 2018-02-21
* [#627](https://github.com/stripe/stripe-ruby/pull/627) Add support for topups
## 3.9.2 - 2018-02-12
* [#625](https://github.com/stripe/stripe-ruby/pull/625) Skip calling `to_hash` for `nil`

View File

@ -1 +1 @@
3.9.2
3.10.0

View File

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