mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-04 00:00:47 -04:00
Bump version to 5.44.0
This commit is contained in:
parent
c641c3ab19
commit
c6124dbb09
@ -1,5 +1,10 @@
|
|||||||
# Changelog
|
# 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
|
## 5.43.0 - 2022-01-20
|
||||||
* [#1031](https://github.com/stripe/stripe-ruby/pull/1031) API Updates
|
* [#1031](https://github.com/stripe/stripe-ruby/pull/1031) API Updates
|
||||||
* Add support for new resource `PaymentLink`
|
* Add support for new resource `PaymentLink`
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
module Stripe
|
module Stripe
|
||||||
VERSION = "5.43.0"
|
VERSION = "5.44.0"
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user