From 678757fefcf080f6ad2379dc804f95f6fa76f0d2 Mon Sep 17 00:00:00 2001 From: Richard Marmorstein <richardm@stripe.com> Date: Thu, 14 Dec 2023 15:41:43 -0800 Subject: [PATCH] Bump version to 10.3.0 --- 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 78b625b3c..a4f719052 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ # Changelog +## 10.3.0 - 2023-12-14 +* [#1294](https://github.com/stripe/stripe-ruby/pull/1294) Support sending parameters inside singleton retrieve + ## 10.2.0 - 2023-11-30 * [#1292](https://github.com/stripe/stripe-ruby/pull/1292) Update generated code * Add support for new resources `Climate.Order`, `Climate.Product`, and `Climate.Supplier` diff --git a/VERSION b/VERSION index 2bd6f7e39..0719d8102 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -10.2.0 +10.3.0 diff --git a/lib/stripe/version.rb b/lib/stripe/version.rb index 84365cf78..2dbed782e 100644 --- a/lib/stripe/version.rb +++ b/lib/stripe/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Stripe - VERSION = "10.2.0" + VERSION = "10.3.0" end