From c6124dbb091cd0d07f72ab0aa3604dff1e87684f Mon Sep 17 00:00:00 2001 From: Yejia Chen Date: Wed, 16 Feb 2022 11:29:26 -0500 Subject: [PATCH] Bump version to 5.44.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 5f046c00..12cb6933 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 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` + + ## 5.43.0 - 2022-01-20 * [#1031](https://github.com/stripe/stripe-ruby/pull/1031) API Updates * Add support for new resource `PaymentLink` diff --git a/VERSION b/VERSION index 570fba3b..d532a08f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.43.0 +5.44.0 diff --git a/lib/stripe/version.rb b/lib/stripe/version.rb index 8f5860b0..269605c8 100644 --- a/lib/stripe/version.rb +++ b/lib/stripe/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Stripe - VERSION = "5.43.0" + VERSION = "5.44.0" end