mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-09 00:03:05 -04:00
Bump version to 10.11.0
This commit is contained in:
parent
3b507b4647
commit
521ab2f97c
@ -1,4 +1,9 @@
|
|||||||
# Changelog
|
# 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
|
## 10.10.0 - 2024-02-22
|
||||||
* [#1336](https://github.com/stripe/stripe-ruby/pull/1336) Update generated code
|
* [#1336](https://github.com/stripe/stripe-ruby/pull/1336) Update generated code
|
||||||
- Add `InvoiceLineItem.update` method.
|
- Add `InvoiceLineItem.update` method.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
module Stripe
|
module Stripe
|
||||||
VERSION = "10.10.0"
|
VERSION = "10.11.0"
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user