From 4acf43f9daca262c3c5634c0d4314cdf89bc1028 Mon Sep 17 00:00:00 2001 From: Dominic Charley-Roy Date: Thu, 5 May 2022 09:27:27 -0400 Subject: [PATCH] Bump version to 5.55.0 --- CHANGELOG.md | 5 +++++ VERSION | 2 +- lib/stripe/version.rb | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) 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