From 36dc37db5e870b936d4475b1aba9dc54c914d601 Mon Sep 17 00:00:00 2001 From: Richard Marmorstein Date: Thu, 4 Jan 2024 13:52:23 -0600 Subject: [PATCH] Bump version to 10.5.0 --- 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 4270d5e9..9d429364 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ # Changelog +## 10.5.0 - 2024-01-04 +* [#1306](https://github.com/stripe/stripe-ruby/pull/1306) Update generated code + * Add support for `retrieve` method on resource `Tax.Registration` + ## 10.4.0 - 2023-12-22 * [#1303](https://github.com/stripe/stripe-ruby/pull/1303) Update generated code * Add support for new resource `FinancialConnections.Transaction` diff --git a/VERSION b/VERSION index 816c0711..2cf514e3 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -10.4.0 +10.5.0 diff --git a/lib/stripe/version.rb b/lib/stripe/version.rb index f96dc0af..9cbac6bd 100644 --- a/lib/stripe/version.rb +++ b/lib/stripe/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Stripe - VERSION = "10.4.0" + VERSION = "10.5.0" end