mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-08-11 00:01:02 -04:00
Bump version to 3.3.0
This commit is contained in:
parent
92d28b38cd
commit
8e897a43b5
@ -1,3 +1,9 @@
|
||||
=== 3.3.0 2017-08-11
|
||||
|
||||
* Add support for standard library logger interface with `Stripe.logger`
|
||||
* Error logs now go to stderr if using `Stripe.log_level`/`STRIPE_LOG`
|
||||
* `Stripe.log_level`/`STRIPE_LOG` now support `Stipe::LEVEL_ERROR`
|
||||
|
||||
=== 3.2.0 2017-08-03
|
||||
|
||||
* Add logging for request retry account and `Stripe-Account` header
|
||||
|
@ -1,3 +1,3 @@
|
||||
module Stripe
|
||||
VERSION = '3.2.0'
|
||||
VERSION = '3.3.0'
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user