Bump version to 6.5.0

This commit is contained in:
Dominic Charley-Roy 2022-06-29 17:59:11 -04:00
parent 0c30d8288d
commit 0aca5d2cdc
3 changed files with 7 additions and 2 deletions

View File

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

View File

@ -1 +1 @@
6.4.0
6.5.0

View File

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