Skip to content

Commit

Permalink
Bump version to 5.45.0
Browse files Browse the repository at this point in the history
  • Loading branch information
richardm-stripe committed Mar 1, 2022
1 parent 1f8b6bf commit 8d379bf
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.44.0
5.45.0
2 changes: 1 addition & 1 deletion lib/stripe/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Stripe
VERSION = "5.44.0"
VERSION = "5.45.0"
end

0 comments on commit 8d379bf

Please sign in to comment.