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