Skip to content

Commit

Permalink
Bump version to 5.54.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dcr-stripe committed May 3, 2022
1 parent 41066a4 commit f3e270d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 5.54.0 - 2022-05-03
* [#1053](https://github.com/stripe/stripe-ruby/pull/1053) API Updates
* Add support for new resource `CashBalance`

## 5.53.0 - 2022-04-21
* [#1050](https://github.com/stripe/stripe-ruby/pull/1050) API Updates
* Add support for `expire` test helper method on resource `Refund`
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.53.0
5.54.0
2 changes: 1 addition & 1 deletion lib/stripe/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Stripe
VERSION = "5.53.0"
VERSION = "5.54.0"
end

0 comments on commit f3e270d

Please sign in to comment.