Skip to content

Commit

Permalink
Bump version to 4.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
remi-stripe committed Jun 28, 2019
1 parent 737dd5f commit 4311243
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.0 - 2019-06-28
* [#803](https://github.com/stripe/stripe-ruby/pull/803) Add support for the `SetupIntent` resource and APIs

## 4.20.1 - 2019-06-28
* [#805](https://github.com/stripe/stripe-ruby/pull/805) Fix formatting in `ConnectionFailed` error message

Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
4.20.1
4.21.0
2 changes: 1 addition & 1 deletion lib/stripe/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Stripe
VERSION = "4.20.1".freeze
VERSION = "4.21.0".freeze
end

0 comments on commit 4311243

Please sign in to comment.