mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-03 00:01:21 -04:00
Bump version to 5.44.0
This commit is contained in:
parent
c641c3ab19
commit
c6124dbb09
@ -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`
|
||||
|
@ -1,5 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module Stripe
|
||||
VERSION = "5.43.0"
|
||||
VERSION = "5.44.0"
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user