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