From cc1fac0e5c2f698e75c0a08d19aeccc76da24f69 Mon Sep 17 00:00:00 2001 From: Helen Ye Date: Mon, 21 Apr 2025 18:48:28 -0400 Subject: [PATCH] Bump version to 13.5.1 --- CHANGELOG.md | 3 +++ VERSION | 2 +- lib/stripe/version.rb | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 79da345b..2f5995e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ # 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 * [#1534](https://github.com/stripe/stripe-ruby/pull/1534) Update generated code * Fixed `Stripe::InvoiceLineItem.update` method. diff --git a/VERSION b/VERSION index d224e690..9db84681 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -13.5.0 +13.5.1 diff --git a/lib/stripe/version.rb b/lib/stripe/version.rb index a3566912..d1764bf4 100644 --- a/lib/stripe/version.rb +++ b/lib/stripe/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Stripe - VERSION = "13.5.0" + VERSION = "13.5.1" end