Bump version to 3.5.2

This commit is contained in:
Brandur 2017-10-13 10:33:30 -07:00
parent 1c1e58a6eb
commit c59c3661c6
3 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,8 @@
# Changelog
## 3.5.2 - 2017-10-13
* [#592](https://github.com/stripe/stripe-ruby#592) Bring back `Marshal.dump/load` support with custom marshal encoder/decoder
## 3.5.1 - 2017-10-12
* [#591](https://github.com/stripe/stripe-dotnet#591) Use thread-local `StripeClient` instances for thread safety

View File

@ -1 +1 @@
3.5.1
3.5.2

View File

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