From 8d379bf1a7ff497fa2924c20dd6c03d755bb6ce4 Mon Sep 17 00:00:00 2001 From: Richard Marmorstein Date: Tue, 1 Mar 2022 14:17:52 -0800 Subject: [PATCH] Bump version to 5.45.0 --- CHANGELOG.md | 7 +++++-- VERSION | 2 +- lib/stripe/version.rb | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 12cb6933b..1d1159edb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,12 @@ # Changelog +## 5.45.0 - 2022-03-01 +* [#1035](https://github.com/stripe/stripe-ruby/pull/1035) API Updates + * Add support for new resource `TestHelpers.TestClock` + ## 5.44.0 - 2022-02-16 * [#1032](https://github.com/stripe/stripe-ruby/pull/1032) API Updates - * Add support for `verify_microdeposits` method on resources `PaymentIntent` and `SetupIntent` - + * Add support for `verify_microdeposits` method on resources `PaymentIntent` and `SetupIntent` ## 5.43.0 - 2022-01-20 * [#1031](https://github.com/stripe/stripe-ruby/pull/1031) API Updates diff --git a/VERSION b/VERSION index d532a08f3..5a053acd6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.44.0 +5.45.0 diff --git a/lib/stripe/version.rb b/lib/stripe/version.rb index 269605c83..6751a0b28 100644 --- a/lib/stripe/version.rb +++ b/lib/stripe/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Stripe - VERSION = "5.44.0" + VERSION = "5.45.0" end