mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-05-13 01:11:56 -04:00
Bump version to 13.5.1
This commit is contained in:
parent
9c56aea9cc
commit
cc1fac0e5c
@ -1,4 +1,7 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
## 13.5.1 - 2025-04-21
|
||||||
|
* [#1576](https://github.com/stripe/stripe-ruby/pull/1576) Explicitly pass through custom headers in retrieve
|
||||||
|
|
||||||
## 13.5.0 - 2025-02-24
|
## 13.5.0 - 2025-02-24
|
||||||
* [#1534](https://github.com/stripe/stripe-ruby/pull/1534) Update generated code
|
* [#1534](https://github.com/stripe/stripe-ruby/pull/1534) Update generated code
|
||||||
* Fixed `Stripe::InvoiceLineItem.update` method.
|
* Fixed `Stripe::InvoiceLineItem.update` method.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
module Stripe
|
module Stripe
|
||||||
VERSION = "13.5.0"
|
VERSION = "13.5.1"
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user