mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-04 00:00:47 -04:00
Bump version to 5.22.0
This commit is contained in:
parent
cfac8d7fcc
commit
403f9b22f6
@ -1,5 +1,8 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 5.22.0 - 2020-05-11
|
||||||
|
* [#918](https://github.com/stripe/stripe-ruby/pull/918) Add support for the `LineItem` resource and APIs
|
||||||
|
|
||||||
## 5.21.0 - 2020-04-29
|
## 5.21.0 - 2020-04-29
|
||||||
* [#917](https://github.com/stripe/stripe-ruby/pull/917) Add support for the `Price` resource and APIs
|
* [#917](https://github.com/stripe/stripe-ruby/pull/917) Add support for the `Price` resource and APIs
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
module Stripe
|
module Stripe
|
||||||
VERSION = "5.21.0"
|
VERSION = "5.22.0"
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user