diff --git a/CHANGELOG.md b/CHANGELOG.md index 046abc89..add3ccb4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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` diff --git a/VERSION b/VERSION index 532240c6..3b2f37ee 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.54.0 +5.55.0 diff --git a/lib/stripe/version.rb b/lib/stripe/version.rb index b8044200..8c0172bf 100644 --- a/lib/stripe/version.rb +++ b/lib/stripe/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Stripe - VERSION = "5.54.0" + VERSION = "5.55.0" end