From 465da7a9978c17b22ebcb378b0fe72454a57b884 Mon Sep 17 00:00:00 2001 From: Brandur Date: Fri, 18 Aug 2017 10:15:11 -0700 Subject: [PATCH] Bump version to 3.3.1 --- History.txt | 5 +++++ VERSION | 2 +- lib/stripe/version.rb | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/History.txt b/History.txt index 6918d367..1221776f 100644 --- a/History.txt +++ b/History.txt @@ -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` diff --git a/VERSION b/VERSION index 15a27998..bea438e9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.3.0 +3.3.1 diff --git a/lib/stripe/version.rb b/lib/stripe/version.rb index ed39cb18..1a091156 100644 --- a/lib/stripe/version.rb +++ b/lib/stripe/version.rb @@ -1,3 +1,3 @@ module Stripe - VERSION = '3.3.0' + VERSION = '3.3.1' end