Bump version to 8.3.0

This commit is contained in:
Annie Li 2023-02-16 15:01:42 -08:00
parent 45408e52b7
commit 7db585f5a4
3 changed files with 6 additions and 2 deletions

View File

@ -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`

View File

@ -1 +1 @@
8.2.0
8.3.0

View File

@ -1,5 +1,5 @@
# frozen_string_literal: true
module Stripe
VERSION = "8.2.0"
VERSION = "8.3.0"
end