Bump version to 5.39.0

This commit is contained in:
Richard Marmorstein 2021-10-11 11:42:35 -04:00
parent 4c36bacd41
commit 30dd671e3e
3 changed files with 6 additions and 2 deletions

View File

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

View File

@ -1 +1 @@
5.38.0
5.39.0

View File

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