From f3e270d69b3f70ee10981b50f02fbb6c45495ac2 Mon Sep 17 00:00:00 2001 From: Dominic Charley-Roy Date: Tue, 3 May 2022 12:31:17 -0400 Subject: [PATCH] Bump version to 5.54.0 --- CHANGELOG.md | 4 ++++ VERSION | 2 +- lib/stripe/version.rb | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d0b537c0b..046abc898 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # 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 * [#1050](https://github.com/stripe/stripe-ruby/pull/1050) API Updates * Add support for `expire` test helper method on resource `Refund` diff --git a/VERSION b/VERSION index 27c0daa80..532240c65 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.53.0 +5.54.0 diff --git a/lib/stripe/version.rb b/lib/stripe/version.rb index 1ce8391bf..b8044200c 100644 --- a/lib/stripe/version.rb +++ b/lib/stripe/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Stripe - VERSION = "5.53.0" + VERSION = "5.54.0" end