Bump version to 3.5.0

This commit is contained in:
Brandur 2017-10-11 09:30:35 -07:00
parent a0a9c7cf22
commit c251dfa952
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
=== 3.5.0 2017-10-11
* [#589] Add support for detaching sources fromm customers
=== 3.4.1 2017-10-05
* [#586] Log query strings as well as form bodies with STRIPE_LOG

View File

@ -1 +1 @@
3.4.1
3.5.0

View File

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