Compare commits

..

No commits in common. "d8a676ba05a9703dd53d209d40b11272f91efa60" and "6720fc8d3fcde5f86fc4da59b427cbd6690f7974" have entirely different histories.

3 changed files with 2 additions and 7 deletions

View File

@ -1,10 +1,5 @@
# Changelog # 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 ## 7.2.0-beta.2 - 2022-08-26
* [#1127](https://github.com/stripe/stripe-ruby/pull/1127) API Updates for beta branch * [#1127](https://github.com/stripe/stripe-ruby/pull/1127) API Updates for beta branch
* Updated stable APIs to the latest version * Updated stable APIs to the latest version

View File

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

View File

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