Bump version to 3.5.1

This commit is contained in:
Brandur 2017-10-12 10:20:24 -07:00
parent d41a59fc82
commit 2a0df29bf4
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
=== 3.5.1 2017-10-12
* [#591] Use thread-local `StripeClient` instances for thread safety
=== 3.5.0 2017-10-11
* [#589] Rename source `delete` to `detach` (and deprecate the former)

View File

@ -1 +1 @@
3.5.0
3.5.1

View File

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