Bump version to 5.44.0

This commit is contained in:
Yejia Chen 2022-02-16 11:29:26 -05:00
parent c641c3ab19
commit c6124dbb09
3 changed files with 7 additions and 2 deletions

View File

@ -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`

View File

@ -1 +1 @@
5.43.0
5.44.0

View File

@ -1,5 +1,5 @@
# frozen_string_literal: true
module Stripe
VERSION = "5.43.0"
VERSION = "5.44.0"
end