Bump version to 10.11.0

This commit is contained in:
Annie Li 2024-02-29 15:22:00 -05:00
parent 3b507b4647
commit 521ab2f97c
3 changed files with 7 additions and 2 deletions

View File

@ -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.

View File

@ -1 +1 @@
10.10.0
10.11.0

View File

@ -1,5 +1,5 @@
# frozen_string_literal: true
module Stripe
VERSION = "10.10.0"
VERSION = "10.11.0"
end