mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-04 00:00:47 -04:00
Bump version to 5.21.0
This commit is contained in:
parent
622db9d9e7
commit
4c5b67bce0
@ -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
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module Stripe
|
||||
VERSION = "5.20.0"
|
||||
VERSION = "5.21.0"
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user