From 663766356026abcc5b68c6544ff2cc6b9d861c20 Mon Sep 17 00:00:00 2001 From: Ramya Rao Date: Tue, 8 Oct 2024 12:24:55 -0700 Subject: [PATCH] Bump version to 13.1.0-beta.2 --- 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 e9228366..c28f7c1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 13.1.0-beta.2 - 2024-10-08 +* [#1468](https://github.com/stripe/stripe-ruby/pull/1468) Update generated code for beta + * Add support for `submit_card` test helper method on resource `Issuing.Card` + ## 13.1.0-beta.1 - 2024-10-03 * [#1465](https://github.com/stripe/stripe-ruby/pull/1465) Updates to the `Preview` class * Remove `Stripe::Preview`. Use `StripeClient#raw_request` instead (see below). diff --git a/VERSION b/VERSION index 8a1d5df4..bdee2164 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -13.1.0-beta.1 +13.1.0-beta.2 diff --git a/lib/stripe/version.rb b/lib/stripe/version.rb index e1aac67f..7d78bcd7 100644 --- a/lib/stripe/version.rb +++ b/lib/stripe/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Stripe - VERSION = "13.1.0-beta.1" + VERSION = "13.1.0-beta.2" end