Bump version to 3.11.0

This commit is contained in:
Olivier Bellone 2018-02-26 13:30:29 +01:00
parent 4d965ac5d7
commit 3bc4256e25
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.11.0 - 2018-02-26
* [#628](https://github.com/stripe/stripe-ruby/pull/628) Add support for `code` attribute on all Stripe exceptions
## 3.10.0 - 2018-02-21 ## 3.10.0 - 2018-02-21
* [#627](https://github.com/stripe/stripe-ruby/pull/627) Add support for topups * [#627](https://github.com/stripe/stripe-ruby/pull/627) Add support for topups

View File

@ -1 +1 @@
3.10.0 3.11.0

View File

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