mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-11-27 00:03:06 -05:00
Bump version to 5.54.0
This commit is contained in:
parent
41066a4ed1
commit
f3e270d69b
@ -1,5 +1,9 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 5.54.0 - 2022-05-03
|
||||||
|
* [#1053](https://github.com/stripe/stripe-ruby/pull/1053) API Updates
|
||||||
|
* Add support for new resource `CashBalance`
|
||||||
|
|
||||||
## 5.53.0 - 2022-04-21
|
## 5.53.0 - 2022-04-21
|
||||||
* [#1050](https://github.com/stripe/stripe-ruby/pull/1050) API Updates
|
* [#1050](https://github.com/stripe/stripe-ruby/pull/1050) API Updates
|
||||||
* Add support for `expire` test helper method on resource `Refund`
|
* Add support for `expire` test helper method on resource `Refund`
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
module Stripe
|
module Stripe
|
||||||
VERSION = "5.53.0"
|
VERSION = "5.54.0"
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user