mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-04 00:00:47 -04:00
Bump version to 5.39.0
This commit is contained in:
parent
4c36bacd41
commit
30dd671e3e
@ -1,5 +1,9 @@
|
||||
# Changelog
|
||||
|
||||
## 5.39.0 - 2021-10-11
|
||||
* [#1010](https://github.com/stripe/stripe-ruby/pull/1010) API Updates
|
||||
* Add support for `list_payment_methods` method on resource `Customer`
|
||||
|
||||
## 5.38.0 - 2021-08-10
|
||||
* [#993](https://github.com/stripe/stripe-ruby/pull/993) Add `request_id` to RequestEndEvent
|
||||
* [#991](https://github.com/stripe/stripe-ruby/pull/991) Codegen more files
|
||||
|
@ -1,5 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module Stripe
|
||||
VERSION = "5.38.0"
|
||||
VERSION = "5.39.0"
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user