Bump version to 5.45.0

This commit is contained in:
Richard Marmorstein 2022-03-01 14:17:52 -08:00
parent 1f8b6bf3e1
commit 8d379bf1a7
3 changed files with 7 additions and 4 deletions

View File

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

View File

@ -1 +1 @@
5.44.0
5.45.0

View File

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