mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-04 00:00:47 -04:00
Bump version to 6.5.0
This commit is contained in:
parent
0c30d8288d
commit
0aca5d2cdc
@ -1,5 +1,10 @@
|
||||
# Changelog
|
||||
|
||||
## 6.5.0 - 2022-06-29
|
||||
* [#1084](https://github.com/stripe/stripe-ruby/pull/1084) API Updates
|
||||
* Add support for `deliver_card`, `fail_card`, `return_card`, and `ship_card` test helper methods on resource `Issuing.Card`
|
||||
* [#1076](https://github.com/stripe/stripe-ruby/pull/1076) fix: Update logging to coerce ASCII-8BIT into UTF-8.
|
||||
|
||||
## 6.4.0 - 2022-06-17
|
||||
* [#1073](https://github.com/stripe/stripe-ruby/pull/1073) API Updates
|
||||
* Add support for `fund_cash_balance` test helper method on resource `Customer`
|
||||
|
@ -1,5 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module Stripe
|
||||
VERSION = "6.4.0"
|
||||
VERSION = "6.5.0"
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user