From 0ffd089cab99ca5293aff9153803d8f587a220ad Mon Sep 17 00:00:00 2001 From: David Brownman Date: Thu, 14 Nov 2024 16:00:29 -0800 Subject: [PATCH] Bump version to 13.2.0-beta.3 --- 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 86656b0d5..99471907d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 13.2.0-beta.3 - 2024-11-14 +* [#1484](https://github.com/stripe/stripe-ruby/pull/1484) Update generated code for beta + + ## 13.2.0-beta.2 - 2024-11-07 * [#1480](https://github.com/stripe/stripe-ruby/pull/1480) Update generated code for beta * Add support for new resources `Issuing.FraudLiabilityDebit`, `PaymentAttemptRecord`, and `PaymentRecord` diff --git a/VERSION b/VERSION index 4e9d43536..bae0c4e7a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -13.2.0-beta.2 +13.2.0-beta.3 diff --git a/lib/stripe/version.rb b/lib/stripe/version.rb index 6e952abe2..118a17057 100644 --- a/lib/stripe/version.rb +++ b/lib/stripe/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Stripe - VERSION = "13.2.0-beta.2" + VERSION = "13.2.0-beta.3" end