mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-12-07 00:00:35 -05:00
Bump version to 5.55.0
This commit is contained in:
parent
94d050bb13
commit
4acf43f9da
@ -1,5 +1,10 @@
|
||||
# Changelog
|
||||
|
||||
## 5.55.0 - 2022-05-05
|
||||
* [#1055](https://github.com/stripe/stripe-ruby/pull/1055) API Updates
|
||||
* Add support for new resources `FinancialConnections.AccountOwner`, `FinancialConnections.AccountOwnership`, `FinancialConnections.Account`, and `FinancialConnections.Session`
|
||||
|
||||
|
||||
## 5.54.0 - 2022-05-03
|
||||
* [#1053](https://github.com/stripe/stripe-ruby/pull/1053) API Updates
|
||||
* Add support for new resource `CashBalance`
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module Stripe
|
||||
VERSION = "5.54.0"
|
||||
VERSION = "5.55.0"
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user