Bump version to 10.7.0-beta.3

This commit is contained in:
Pavel Krymets 2024-01-25 15:34:35 -08:00
parent fe66019c7d
commit 34ff3ed2ca
3 changed files with 7 additions and 2 deletions

View File

@ -1,5 +1,10 @@
# Changelog
## 10.7.0-beta.3 - 2024-01-25
* [#1313](https://github.com/stripe/stripe-ruby/pull/1313) Update generated code for beta
* Add support for `create_preview` method on resource `Invoice`
* [#1307](https://github.com/stripe/stripe-ruby/pull/1307) Beta: report raw request usage
## 10.7.0-beta.2 - 2024-01-19
* [#1307](https://github.com/stripe/stripe-ruby/pull/1307) Beta: report raw request usage

View File

@ -1 +1 @@
10.7.0-beta.2
10.7.0-beta.3

View File

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