Bump version to 5.54.0

This commit is contained in:
Dominic Charley-Roy 2022-05-03 12:31:17 -04:00
parent 41066a4ed1
commit f3e270d69b
3 changed files with 6 additions and 2 deletions

View File

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

View File

@ -1 +1 @@
5.53.0 5.54.0

View File

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