From 267eae5e85642745a18906f56499e84344030f58 Mon Sep 17 00:00:00 2001 From: Brandur Date: Fri, 5 Jul 2019 10:48:52 -0700 Subject: [PATCH] Bump version to 4.21.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 b9d08432f..b711d0262 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 4.21.2 - 2019-07-05 +* [#806](https://github.com/stripe/stripe-ruby/pull/806) Revert back to `initialize_from` from `Util.convert_to_stripe_object` + ## 4.21.1 - 2019-07-04 * [#807](https://github.com/stripe/stripe-ruby/pull/807) Add gem metadata diff --git a/VERSION b/VERSION index 79b1bb629..c93e58ee0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.21.1 +4.21.2 diff --git a/lib/stripe/version.rb b/lib/stripe/version.rb index 7295b3644..65bfa8625 100644 --- a/lib/stripe/version.rb +++ b/lib/stripe/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Stripe - VERSION = "4.21.1".freeze + VERSION = "4.21.2".freeze end