Bump version to 7.2.0-beta.2

This commit is contained in:
Dominic Charley-Roy 2022-08-26 11:16:19 -04:00
parent bb1c995e93
commit 318e244a76
3 changed files with 8 additions and 2 deletions

View File

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

View File

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

View File

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