Bump version to 3.2.0

This commit is contained in:
Brandur 2017-08-03 14:09:33 -07:00
parent c0bccc8c23
commit 20ec883e8b
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
=== 3.2.0 2017-08-03
* Add logging for request retry account and `Stripe-Account` header
=== 3.1.0 2017-08-03
* Implement request logging with `Stripe.log_level` and `STRIPE_LOG`

View File

@ -1 +1 @@
3.1.0
3.2.0

View File

@ -1,3 +1,3 @@
module Stripe
VERSION = '3.1.0'
VERSION = '3.2.0'
end