mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-12-08 00:01:02 -05:00
Bump version to 5.47.0
This commit is contained in:
parent
90fae49d64
commit
1467630a68
@ -1,5 +1,12 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 5.47.0 - 2022-03-29
|
||||||
|
* [#1040](https://github.com/stripe/stripe-ruby/pull/1040) API Updates
|
||||||
|
* Add support for Search API
|
||||||
|
* Add support for `search` method on resources `Charge`, `Customer`, `Invoice`, `PaymentIntent`, `Price`, `Product`, and `Subscription`
|
||||||
|
|
||||||
|
* [#1034](https://github.com/stripe/stripe-ruby/pull/1034) Add supporting classes for test helper generation
|
||||||
|
|
||||||
## 5.46.0 - 2022-03-23
|
## 5.46.0 - 2022-03-23
|
||||||
* [#1039](https://github.com/stripe/stripe-ruby/pull/1039) API Updates
|
* [#1039](https://github.com/stripe/stripe-ruby/pull/1039) API Updates
|
||||||
* Add support for `cancel` method on resource `Refund`
|
* Add support for `cancel` method on resource `Refund`
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
module Stripe
|
module Stripe
|
||||||
VERSION = "5.46.0"
|
VERSION = "5.47.0"
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user