mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-12-11 00:02:39 -05:00
Bump version to 8.2.0
This commit is contained in:
parent
6136198da4
commit
8be00fef4e
@ -1,5 +1,10 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 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`
|
||||||
|
* [#1171](https://github.com/stripe/stripe-ruby/pull/1171) Remove unused `partial` param from `initialize_from`
|
||||||
|
|
||||||
## 8.1.0 - 2023-01-12
|
## 8.1.0 - 2023-01-12
|
||||||
* [#1162](https://github.com/stripe/stripe-ruby/pull/1162) Improve request events instrumentation
|
* [#1162](https://github.com/stripe/stripe-ruby/pull/1162) Improve request events instrumentation
|
||||||
|
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
module Stripe
|
module Stripe
|
||||||
VERSION = "8.1.0"
|
VERSION = "8.2.0"
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user