diff --git a/.rubocop.yml b/.rubocop.yml index 5b45db0b5..ddcc1e245 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -80,7 +80,7 @@ Gemspec/DeprecatedAttributeAssignment: # new in 1.30 Gemspec/DevelopmentDependencies: # new in 1.44 Enabled: true Gemspec/RequireMFA: # new in 1.23 - Enabled: true + Enabled: false Layout/LineContinuationLeadingSpace: # new in 1.31 Enabled: true Layout/LineContinuationSpacing: # new in 1.31 diff --git a/CHANGELOG.md b/CHANGELOG.md index c85443c63..f9673ecae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +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.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` diff --git a/OPENAPI_VERSION b/OPENAPI_VERSION index c85b62c98..794622303 100644 --- a/OPENAPI_VERSION +++ b/OPENAPI_VERSION @@ -1 +1 @@ -v682 +v691 \ No newline at end of file diff --git a/stripe.gemspec b/stripe.gemspec index b627279a9..d4f2f4a58 100644 --- a/stripe.gemspec +++ b/stripe.gemspec @@ -24,7 +24,7 @@ Gem::Specification.new do |s| "github_repo" => "ssh://github.com/stripe/stripe-ruby", "homepage_uri" => "https://stripe.com/docs/api?lang=ruby", "source_code_uri" => "https://github.com/stripe/stripe-ruby", - "rubygems_mfa_required" => "true", + "rubygems_mfa_required" => "false", } ignored = Regexp.union(