Bump version to 5.21.0

This commit is contained in:
Remi Jannel 2020-04-29 12:45:58 -07:00
parent 622db9d9e7
commit 4c5b67bce0
3 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,8 @@
# Changelog
## 5.21.0 - 2020-04-29
* [#917](https://github.com/stripe/stripe-ruby/pull/917) Add support for the `Price` resource and APIs
## 5.20.0 - 2020-04-27
* [#916](https://github.com/stripe/stripe-ruby/pull/916) Add new `.generate_header` method for webhooks

View File

@ -1 +1 @@
5.20.0
5.21.0

View File

@ -1,5 +1,5 @@
# frozen_string_literal: true
module Stripe
VERSION = "5.20.0"
VERSION = "5.21.0"
end