Bump version to 7.2.0-beta.1

This commit is contained in:
Pavel Krymets 2022-08-23 11:57:55 -07:00
parent 671163245a
commit 0f12721697
3 changed files with 7 additions and 2 deletions

View File

@ -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`

View File

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

View File

@ -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