Bump version to 3.3.2

This commit is contained in:
Brandur 2017-09-20 12:17:40 -07:00
parent 36c2ed58ad
commit ab1c971e8d
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
=== 3.3.2 2017-09-20
* Correct minimum required Ruby version in gemspec (it's 2.0.0)
=== 3.3.1 2017-08-18
* Only parse webhook payload after verification to decrease likelihood of

View File

@ -1 +1 @@
3.3.1
3.3.2

View File

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