diff --git a/CHANGELOG.md b/CHANGELOG.md index eb1c3993..3d9c8605 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 e6ba3513..21b80e99 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 f66ce030..e8e5736e 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