From 7db585f5a44d6e32531cc5b9add308a5be2ab92c Mon Sep 17 00:00:00 2001 From: Annie Li Date: Thu, 16 Feb 2023 15:01:42 -0800 Subject: [PATCH] Bump version to 8.3.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 bae165d2..ce7c54aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 8.3.0 - 2023-02-16 +* [#1175](https://github.com/stripe/stripe-ruby/pull/1175) API Updates + * Add support for `refund_payment` method on resource `Terminal.Reader` + ## 8.2.0 - 2023-02-02 * [#1173](https://github.com/stripe/stripe-ruby/pull/1173) API Updates * Add support for `resume` method on resource `Subscription` diff --git a/VERSION b/VERSION index fbb9ea12..2bf50aaf 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -8.2.0 +8.3.0 diff --git a/lib/stripe/version.rb b/lib/stripe/version.rb index c848b545..73fc3fda 100644 --- a/lib/stripe/version.rb +++ b/lib/stripe/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Stripe - VERSION = "8.2.0" + VERSION = "8.3.0" end