From 521ab2f97ce56dd5690a88c376a603e26cbd5ce4 Mon Sep 17 00:00:00 2001 From: Annie Li Date: Thu, 29 Feb 2024 15:22:00 -0500 Subject: [PATCH] Bump version to 10.11.0 --- CHANGELOG.md | 5 +++++ VERSION | 2 +- lib/stripe/version.rb | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f57e53d..eccf4335 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,9 @@ # Changelog +## 10.11.0 - 2024-02-29 +* [#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. diff --git a/VERSION b/VERSION index e8a30697..72587022 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -10.10.0 +10.11.0 diff --git a/lib/stripe/version.rb b/lib/stripe/version.rb index 284dd01e..f41e1af7 100644 --- a/lib/stripe/version.rb +++ b/lib/stripe/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Stripe - VERSION = "10.10.0" + VERSION = "10.11.0" end