Bump version to 5.46.0

This commit is contained in:
Dominic Charley-Roy 2022-03-23 15:03:19 -04:00
parent 208dcf5af8
commit be3b75265f
3 changed files with 7 additions and 2 deletions

View File

@ -1,5 +1,10 @@
# Changelog
## 5.46.0 - 2022-03-23
* [#1039](https://github.com/stripe/stripe-ruby/pull/1039) API Updates
* Add support for `cancel` method on resource `Refund`
* [#992](https://github.com/stripe/stripe-ruby/pull/992) Add support for Search API
## 5.45.0 - 2022-03-01
* [#1035](https://github.com/stripe/stripe-ruby/pull/1035) API Updates
* Add support for new resource `TestHelpers.TestClock`

View File

@ -1 +1 @@
5.45.0
5.46.0

View File

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