Bump version to 13.5.1

This commit is contained in:
Helen Ye 2025-04-21 18:48:28 -04:00
parent 9c56aea9cc
commit cc1fac0e5c
3 changed files with 5 additions and 2 deletions

View File

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

View File

@ -1 +1 @@
13.5.0 13.5.1

View File

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