diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b7322ac..78b625b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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` diff --git a/VERSION b/VERSION index 4149c39e..2bd6f7e3 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -10.1.0 +10.2.0 diff --git a/lib/stripe/version.rb b/lib/stripe/version.rb index 0d5c24af..84365cf7 100644 --- a/lib/stripe/version.rb +++ b/lib/stripe/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Stripe - VERSION = "10.1.0" + VERSION = "10.2.0" end