Skip to content

Commit

Permalink
Bump version to 4.21.2
Browse files Browse the repository at this point in the history
  • Loading branch information
brandur committed Jul 5, 2019
1 parent d1ccff0 commit 267eae5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions 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

Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
4.21.1
4.21.2
2 changes: 1 addition & 1 deletion 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 comments on commit 267eae5

Please sign in to comment.