mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-04 00:00:47 -04:00
Bump version to 7.2.0-beta.1
This commit is contained in:
parent
671163245a
commit
0f12721697
@ -1,5 +1,10 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 7.2.0-beta.1 - 2022-08-23
|
||||||
|
* [#1122](https://github.com/stripe/stripe-ruby/pull/1122) API Updates for beta branch
|
||||||
|
- Updated stable APIs to the latest version
|
||||||
|
- `Stripe-Version` beta headers are not pinned by-default and need to be manually specified, please refer to [beta SDKs README section](https://github.com/stripe/stripe-ruby/blob/master/README.md#beta-sdks)
|
||||||
|
|
||||||
## 7.1.0 - 2022-08-19
|
## 7.1.0 - 2022-08-19
|
||||||
* [#1116](https://github.com/stripe/stripe-ruby/pull/1116) API Updates
|
* [#1116](https://github.com/stripe/stripe-ruby/pull/1116) API Updates
|
||||||
* Add support for new resource `CustomerCashBalanceTransaction`
|
* Add support for new resource `CustomerCashBalanceTransaction`
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
module Stripe
|
module Stripe
|
||||||
VERSION = "7.1.0-beta.2"
|
VERSION = "7.2.0-beta.1"
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user