From d4e469fa3c296b182722c4fe296e02e6555000a3 Mon Sep 17 00:00:00 2001 From: Pavel Krymets Date: Tue, 17 Oct 2023 08:56:01 -0700 Subject: [PATCH] Bump version to 10.1.0-beta.1 --- 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 de2eddc91..52a785a56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 10.1.0-beta.1 - 2023-10-17 +* [#1284](https://github.com/stripe/stripe-ruby/pull/1284) Update generated code for beta + - Update pinned API version to `2023-10-16` +* [#1282](https://github.com/stripe/stripe-ruby/pull/1282) Update generated code for beta + ## 10.0.0 - 2023-10-16 * This release changes the pinned API version to `2023-10-16`. Please read the [API Upgrade Guide](https://stripe.com/docs/upgrades#2023-10-16) and carefully review the API changes before upgrading `stripe-ruby`. * [#1283](https://github.com/stripe/stripe-ruby/pull/1283) Update generated code diff --git a/VERSION b/VERSION index a04a3c0ea..73295a539 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -9.5.0-beta.2 +10.1.0-beta.1 diff --git a/lib/stripe/version.rb b/lib/stripe/version.rb index 867900ff5..13fddfb4b 100644 --- a/lib/stripe/version.rb +++ b/lib/stripe/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Stripe - VERSION = "9.5.0-beta.2" + VERSION = "10.1.0-beta.1" end