From 2354633a927b46cb1941026398e4ad29bb259fff Mon Sep 17 00:00:00 2001 From: Kamil Pajdzik Date: Wed, 2 Nov 2022 13:07:25 -0700 Subject: [PATCH] Bump version to 7.2.0-beta.5 --- CHANGELOG.md | 6 ++++++ VERSION | 2 +- lib/stripe/version.rb | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f79afca1..238c07d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 7.2.0-beta.5 - 2022-11-02 +* [#1139](https://github.com/stripe/stripe-ruby/pull/1139) API Updates for beta branch + * Updated beta APIs to the latest stable version +* [#1135](https://github.com/stripe/stripe-ruby/pull/1135) API Updates for beta branch + * Updated stable APIs to the latest version + ## 7.2.0-beta.4 - 2022-10-07 * [#999](https://github.com/stripe/stripe-ruby/pull/999) DESCRIBE CHANGES HERE (try to use the same style, tense, etc. as the other entries) diff --git a/VERSION b/VERSION index db0e6bee..4118162f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -7.2.0-beta.4 +7.2.0-beta.5 diff --git a/lib/stripe/version.rb b/lib/stripe/version.rb index bfbb7711..eb19da53 100644 --- a/lib/stripe/version.rb +++ b/lib/stripe/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Stripe - VERSION = "7.2.0-beta.4" + VERSION = "7.2.0-beta.5" end