From 7ddf16d170c0b10533882c4f17c18130b78795d9 Mon Sep 17 00:00:00 2001 From: Helen Ye Date: Fri, 15 Nov 2024 10:26:46 -0500 Subject: [PATCH] Bump version to 13.1.2 --- 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 3d9c8605f..3b390624e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ # Changelog +## 13.1.2 - 2024-11-15 +* [#1488](https://github.com/stripe/stripe-ruby/pull/1488) Fix incorrect key in param encoding +* [#1487](https://github.com/stripe/stripe-ruby/pull/1487) Update VSCode default extensions to use solargraph instead of ruby lsp + ## 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 diff --git a/VERSION b/VERSION index 21b80e995..383738180 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -13.1.1 +13.1.2 diff --git a/lib/stripe/version.rb b/lib/stripe/version.rb index e8e5736ed..21b26555a 100644 --- a/lib/stripe/version.rb +++ b/lib/stripe/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Stripe - VERSION = "13.1.1" + VERSION = "13.1.2" end