Skip to content

Commit

Permalink
Fixed changelog for major release 12.0.0 (#1436)
Browse files Browse the repository at this point in the history
  • Loading branch information
prathmesh-stripe authored Jul 17, 2024
1 parent ec36441 commit cc23e71
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,21 +27,7 @@
* [#1419](https://github.com/stripe/stripe-ruby/pull/1419)

This release changes the pinned API version to 2024-06-20. Please read the [API Upgrade Guide](https://stripe.com/docs/upgrades#2024-06-20) and carefully review the API changes before upgrading.

### ⚠️ Breaking changes

* Singleton `retrieve` method now requires `params` to be passed as the first argument. Existing calls to singleton `retrieve` method with only `opts` argument will have to be updated to account for the addition of `params` argument.
```ruby
params = { expand: ["available"] }
opts = { stripe_account: "acct_123" }

# ❌ No longer works
Stripe::Balance.retrieve(opts)

# ✅ Correct way to call retrieve method
Stripe::Balance.retrieve(params, opts)
```


### Additions

* Add support for `finalize_amount` test helper method on resource `Issuing.Authorization`
Expand Down

0 comments on commit cc23e71

Please sign in to comment.