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