Bump version to 10.2.0

This commit is contained in:
Annie Li 2023-11-30 10:11:29 -08:00
parent 9b84f256a5
commit ac814f7ad3
3 changed files with 15 additions and 2 deletions

View File

@ -1,4 +1,17 @@
# Changelog
## 10.2.0 - 2023-11-30
* [#1292](https://github.com/stripe/stripe-ruby/pull/1292) Update generated code
* Add support for new resources `Climate.Order`, `Climate.Product`, and `Climate.Supplier`
* Add support for `cancel`, `create`, `list`, `retrieve`, and `update` methods on resource `Order`
* Add support for `list` and `retrieve` methods on resources `Product` and `Supplier`
* [#1295](https://github.com/stripe/stripe-ruby/pull/1295) Upgrade rubocop
* [#1291](https://github.com/stripe/stripe-ruby/pull/1291) Update generated code
* [#1290](https://github.com/stripe/stripe-ruby/pull/1290) Update generated code
* [#1288](https://github.com/stripe/stripe-ruby/pull/1288) Update generated code
## 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
10.2.0

View File

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