Bump version to 5.37.0

This commit is contained in:
Dominic Charley-Roy 2021-07-14 13:25:43 -04:00
parent cbecb42185
commit c46e8fcaea
3 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,9 @@
# Changelog
## 5.37.0 - 2021-07-14
* [#988](https://github.com/stripe/stripe-ruby/pull/988) API Updates
* Add support for `list_computed_upfront_line_items` method on resource `Quote`
## 5.36.0 - 2021-07-09
* [#987](https://github.com/stripe/stripe-ruby/pull/987) Add support for `Quote` API

View File

@ -1 +1 @@
5.36.0
5.37.0

View File

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