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