Bump version to 5.22.0

This commit is contained in:
Remi Jannel 2020-05-11 17:11:40 -07:00
parent cfac8d7fcc
commit 403f9b22f6
3 changed files with 5 additions and 2 deletions

View File

@ -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

View File

@ -1 +1 @@
5.21.0 5.22.0

View File

@ -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