From 30dd671e3e7f196bc840c793c418ef7ce6707510 Mon Sep 17 00:00:00 2001 From: Richard Marmorstein Date: Mon, 11 Oct 2021 11:42:35 -0400 Subject: [PATCH] Bump version to 5.39.0 --- CHANGELOG.md | 4 ++++ VERSION | 2 +- lib/stripe/version.rb | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b1958b4..df640ef5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/VERSION b/VERSION index a347392e..29d54fa7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.38.0 +5.39.0 diff --git a/lib/stripe/version.rb b/lib/stripe/version.rb index 016c85c0..18958947 100644 --- a/lib/stripe/version.rb +++ b/lib/stripe/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Stripe - VERSION = "5.38.0" + VERSION = "5.39.0" end