mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-07-06 00:00:30 -04:00
Compare commits
5 Commits
6720fc8d3f
...
d8a676ba05
Author | SHA1 | Date | |
---|---|---|---|
|
d8a676ba05 | ||
|
c8e2a23ee4 | ||
|
d42b7061f5 | ||
|
82ac9f2720 | ||
|
7381eb02a6 |
@ -1,5 +1,10 @@
|
|||||||
# 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
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
module Stripe
|
module Stripe
|
||||||
VERSION = "7.2.0-beta.2"
|
VERSION = "7.2.0-beta.3"
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user