From 04737675684f3a58818e7254c803fdeee05b117e Mon Sep 17 00:00:00 2001 From: Helen Ye Date: Thu, 5 Dec 2024 16:20:20 -0500 Subject: [PATCH] Bump version to 13.3.0-beta.2 --- CHANGELOG.md | 5 +++++ VERSION | 2 +- lib/stripe/version.rb | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9eb350bf1..135f86ddb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 13.3.0-beta.2 - 2024-12-05 +* [#1492](https://github.com/stripe/stripe-ruby/pull/1492) Update generated code for beta + +* [#1490](https://github.com/stripe/stripe-ruby/pull/1490) Add explicit attributes for fields in resources, and rbis for resources + ## 13.3.0-beta.1 - 2024-11-21 * [#1489](https://github.com/stripe/stripe-ruby/pull/1489) Merging code from master to get the latest bug fixes. diff --git a/VERSION b/VERSION index 2130a89f1..a6c6dfd85 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -13.3.0-beta.1 +13.3.0-beta.2 diff --git a/lib/stripe/version.rb b/lib/stripe/version.rb index 4b6cd0319..68d7da10e 100644 --- a/lib/stripe/version.rb +++ b/lib/stripe/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Stripe - VERSION = "13.3.0-beta.1" + VERSION = "13.3.0-beta.2" end