From bfb4e9fff5219fe03286e0a79648c0f9164ae2ab Mon Sep 17 00:00:00 2001 From: anniel-stripe <97691964+anniel-stripe@users.noreply.github.com> Date: Thu, 29 Feb 2024 14:57:37 -0800 Subject: [PATCH] Update CHANGELOG.md (#1351) --- CHANGELOG.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 44b4fa34..fe251cbd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,15 +5,6 @@ * Add `list_refunds` and `retrieve_refund` methods on resource `Charge`. * [#1345](https://github.com/stripe/stripe-ruby/pull/1345) Update README to use add_beta_version -## 10.11.0 - 2024-02-29 -* [#1348](https://github.com/stripe/stripe-ruby/pull/1348) Use sorbet gem instead of sorbet-static - -## 10.11.0 - 2024-02-29 -* [#1348](https://github.com/stripe/stripe-ruby/pull/1348) Use sorbet gem instead of sorbet-static -* [#1342](https://github.com/stripe/stripe-ruby/pull/1342) Update generated code - * Add `list_refunds` and `retrieve_refund` methods on resource `Charge` -* [#1345](https://github.com/stripe/stripe-ruby/pull/1345) Update README to use add_beta_version - ## 10.10.0 - 2024-02-22 * [#1336](https://github.com/stripe/stripe-ruby/pull/1336) Update generated code - Add `InvoiceLineItem.update` method.