Bump version to 3.4.1

This commit is contained in:
Brandur 2017-10-05 09:56:33 -07:00
parent e4725b8006
commit 6bd1d6b9a0
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
=== 3.4.1 2017-10-05
* [#586] Log query strings as well as form bodies with STRIPE_LOG
* [#588] Require minimum Faraday 0.10 for bug fix in parameter encoding
=== 3.4.0 2017-09-20
* Mark legacy Bitcoin API as deprecated, and remove corresponding tests

View File

@ -1 +1 @@
3.4.0
3.4.1

View File

@ -1,3 +1,3 @@
module Stripe
VERSION = "3.3.2".freeze
VERSION = "3.4.1".freeze
end