mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-18 00:01:04 -04:00
Bump version to 8.3.0
This commit is contained in:
parent
45408e52b7
commit
7db585f5a4
@ -1,5 +1,9 @@
|
|||||||
# Changelog
|
# 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
|
## 8.2.0 - 2023-02-02
|
||||||
* [#1173](https://github.com/stripe/stripe-ruby/pull/1173) API Updates
|
* [#1173](https://github.com/stripe/stripe-ruby/pull/1173) API Updates
|
||||||
* Add support for `resume` method on resource `Subscription`
|
* Add support for `resume` method on resource `Subscription`
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
module Stripe
|
module Stripe
|
||||||
VERSION = "8.2.0"
|
VERSION = "8.3.0"
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user