mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-03 00:01:21 -04:00
Bump version to 7.2.0-beta.4
This commit is contained in:
parent
82ac9f2720
commit
0bdc688516
@ -1,9 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## 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)
|
||||
|
||||
## 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.
|
||||
* 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
|
||||
|
@ -1,5 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module Stripe
|
||||
VERSION = "7.2.0-beta.3"
|
||||
VERSION = "7.2.0-beta.4"
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user