mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-12-08 00:01:02 -05:00
Bump version to 7.1.0-beta.2
This commit is contained in:
parent
6797f906e1
commit
2db4fd9d06
@ -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
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module Stripe
|
||||
VERSION = "7.1.0-beta.1"
|
||||
VERSION = "7.1.0-beta.2"
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user