mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-04 00:00:47 -04:00
Bump version to 3.5.2
This commit is contained in:
parent
1c1e58a6eb
commit
c59c3661c6
@ -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
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
module Stripe
|
||||
VERSION = "3.5.1".freeze
|
||||
VERSION = "3.5.2".freeze
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user