Bump version to 7.1.0-beta.2

This commit is contained in:
Pavel Krymets 2022-08-11 15:42:00 -07:00
parent 6797f906e1
commit 2db4fd9d06
3 changed files with 7 additions and 2 deletions

View File

@ -1,5 +1,10 @@
# Changelog
## 7.1.0-beta.2 - 2022-08-11
* [#1113](https://github.com/stripe/stripe-ruby/pull/1113) API Updates for beta branch
- Updated stable APIs to the latest version
- Add `refund_payment` method to Terminal resource
## 7.1.0-beta.1 - 2022-08-03
* [#1107](https://github.com/stripe/stripe-ruby/pull/1107) API Updates for beta branch
- Updated stable APIs to the latest version

View File

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

View File

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