Skip to content

Commit

Permalink
Bump version to 5.47.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pakrym-stripe committed Mar 29, 2022
1 parent 90fae49 commit 1467630
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 5.47.0 - 2022-03-29
* [#1040](https://github.com/stripe/stripe-ruby/pull/1040) API Updates
* Add support for Search API
* Add support for `search` method on resources `Charge`, `Customer`, `Invoice`, `PaymentIntent`, `Price`, `Product`, and `Subscription`

* [#1034](https://github.com/stripe/stripe-ruby/pull/1034) Add supporting classes for test helper generation

## 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`
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.46.0
5.47.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.46.0"
VERSION = "5.47.0"
end

0 comments on commit 1467630

Please sign in to comment.