Bump version to 7.2.0-beta.3

This commit is contained in:
Pavel Krymets 2022-09-26 16:32:21 -07:00
parent 7381eb02a6
commit 82ac9f2720
3 changed files with 7 additions and 2 deletions

View File

@ -1,5 +1,10 @@
# Changelog
## 7.2.0-beta.3 - 2022-09-26
* [#1129](https://github.com/stripe/stripe-ruby/pull/1129) API Updates for beta branch
* Updated stable APIs to the latest version
* Add `FinancingOffer`, `FinancingSummary` and `FinancingTransaction` resources.
## 7.2.0-beta.2 - 2022-08-26
* [#1127](https://github.com/stripe/stripe-ruby/pull/1127) API Updates for beta branch
* Updated stable APIs to the latest version

View File

@ -1 +1 @@
7.2.0-beta.2
7.2.0-beta.3

View File

@ -1,5 +1,5 @@
# frozen_string_literal: true
module Stripe
VERSION = "7.2.0-beta.2"
VERSION = "7.2.0-beta.3"
end