Skip to content

Commit 0aca5d2

Browse files
committed
Bump version to 6.5.0
1 parent 0c30d82 commit 0aca5d2

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 6.5.0 - 2022-06-29
4+
* [#1084](https://github.com/stripe/stripe-ruby/pull/1084) API Updates
5+
* Add support for `deliver_card`, `fail_card`, `return_card`, and `ship_card` test helper methods on resource `Issuing.Card`
6+
* [#1076](https://github.com/stripe/stripe-ruby/pull/1076) fix: Update logging to coerce ASCII-8BIT into UTF-8.
7+
38
## 6.4.0 - 2022-06-17
49
* [#1073](https://github.com/stripe/stripe-ruby/pull/1073) API Updates
510
* Add support for `fund_cash_balance` test helper method on resource `Customer`

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.4.0
1+
6.5.0

lib/stripe/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Stripe
4-
VERSION = "6.4.0"
4+
VERSION = "6.5.0"
55
end

0 commit comments

Comments
 (0)