Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
4nd2in committed Jul 14, 2024
1 parent 6794a61 commit 03de70a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## 2.5.1 (2024-07-14)
- Add the following callbacks (Thanks @4nd2in !):
* `checkout.session.async_payment_failed`
* `checkout.session.async_payment_succeeded`
* `customer.subscription.paused`
* `customer.subscription.pending_update_applied`
* `customer.subscription.pending_update_expired`
* `customer.subscription.resumed`
* `invoice.deleted`
* `invoice.finalization_failed`
* `invoice.overdue`
* `invoice.will_be_due`
- Fix request handling in rack versions >= 3.1 where `Request#[]` is deprecated (#230). Thanks @4nd2in !

## 2.5.0 (2023-03-21)

- Allow `stripe_elements_tag` to accept a block. Thanks @chip !
Expand Down

0 comments on commit 03de70a

Please sign in to comment.