From 75c8c3835cde832602cdd0fbb62ba2599884e954 Mon Sep 17 00:00:00 2001 From: Helen Ye Date: Wed, 6 Nov 2024 17:38:41 -0500 Subject: [PATCH] Bump version to 13.1.1 --- CHANGELOG.md | 4 ++++ VERSION | 2 +- lib/stripe/version.rb | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb1c3993a..3d9c8605f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ # Changelog +## 13.1.1 - 2024-11-06 +* [#1483](https://github.com/stripe/stripe-ruby/pull/1483) Fix APIResource#retrieve not sending `stripe_version` +* [#1478](https://github.com/stripe/stripe-ruby/pull/1478) Update changelog with a note on 2024-10-28.acacia API version + ## 13.1.0 - 2024-10-29 * [#1472](https://github.com/stripe/stripe-ruby/pull/1472) This release changes the pinned API version to `2024-10-28.acacia`. * Add support for `submit_card` test helper method on resource `Issuing.Card` diff --git a/VERSION b/VERSION index e6ba35136..21b80e995 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -13.1.0 +13.1.1 diff --git a/lib/stripe/version.rb b/lib/stripe/version.rb index f66ce030d..e8e5736ed 100644 --- a/lib/stripe/version.rb +++ b/lib/stripe/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Stripe - VERSION = "13.1.0" + VERSION = "13.1.1" end