Bump version to 3.3.1

This commit is contained in:
Brandur 2017-08-18 10:15:11 -07:00
parent aa5ef2f7ff
commit 465da7a997
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
=== 3.3.1 2017-08-18
* Only parse webhook payload after verification to decrease likelihood of
attack
=== 3.3.0 2017-08-11
* Add support for standard library logger interface with `Stripe.logger`

View File

@ -1 +1 @@
3.3.0
3.3.1

View File

@ -1,3 +1,3 @@
module Stripe
VERSION = '3.3.0'
VERSION = '3.3.1'
end