We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1ccff0 commit 267eae5Copy full SHA for 267eae5
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+## 4.21.2 - 2019-07-05
4
+* [#806](https://github.com/stripe/stripe-ruby/pull/806) Revert back to `initialize_from` from `Util.convert_to_stripe_object`
5
+
6
## 4.21.1 - 2019-07-04
7
* [#807](https://github.com/stripe/stripe-ruby/pull/807) Add gem metadata
8
VERSION
@@ -1 +1 @@
-4.21.1
+4.21.2
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
0 commit comments