Skip to content

Commit 267eae5

Browse files
committed
Bump version to 4.21.2
1 parent d1ccff0 commit 267eae5

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

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+
36
## 4.21.1 - 2019-07-04
47
* [#807](https://github.com/stripe/stripe-ruby/pull/807) Add gem metadata
58

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.21.1
1+
4.21.2

lib/stripe/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Stripe
4-
VERSION = "4.21.1".freeze
4+
VERSION = "4.21.2".freeze
55
end

0 commit comments

Comments
 (0)