Bump version to 10.2.0-beta.1

This commit is contained in:
Richard Marmorstein 2023-11-02 15:55:42 -07:00
parent d936ddcff1
commit 5ece384518
3 changed files with 7 additions and 2 deletions

View File

@ -1,5 +1,10 @@
# Changelog
## 10.2.0-beta.1 - 2023-11-02
* [#1287](https://github.com/stripe/stripe-ruby/pull/1287) Update generated code for beta
* Add support for `attach_payment_intent` method on resource `Invoice`
* [#1285](https://github.com/stripe/stripe-ruby/pull/1285) Update generated code for beta
## 10.1.0 - 2023-11-02
* [#1286](https://github.com/stripe/stripe-ruby/pull/1286) Update generated code
* Add support for new resource `Tax.Registration`

View File

@ -1 +1 @@
10.1.0-beta.2
10.2.0-beta.1

View File

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