From c59c3661c6bfb05593413b02c8a771b7d0bf808c Mon Sep 17 00:00:00 2001 From: Brandur Date: Fri, 13 Oct 2017 10:33:30 -0700 Subject: [PATCH] Bump version to 3.5.2 --- CHANGELOG.md | 3 +++ VERSION | 2 +- lib/stripe/version.rb | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db89f1e1..bffcb72d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/VERSION b/VERSION index d5c0c991..87ce4929 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.5.1 +3.5.2 diff --git a/lib/stripe/version.rb b/lib/stripe/version.rb index 13011202..62bcd50e 100644 --- a/lib/stripe/version.rb +++ b/lib/stripe/version.rb @@ -1,3 +1,3 @@ module Stripe - VERSION = "3.5.1".freeze + VERSION = "3.5.2".freeze end