From 03de70a3b53ab16c3853e6fc3710dac0574bb567 Mon Sep 17 00:00:00 2001 From: 4nd2in Date: Sun, 14 Jul 2024 14:04:32 +0200 Subject: [PATCH] update changelog --- Changelog.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/Changelog.md b/Changelog.md index 7fa90ed..feec55b 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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 !