From 1467630a6894c999582bf8329436f8fd7e30c250 Mon Sep 17 00:00:00 2001 From: Pavel Krymets Date: Tue, 29 Mar 2022 08:46:35 -0700 Subject: [PATCH] Bump version to 5.47.0 --- CHANGELOG.md | 7 +++++++ VERSION | 2 +- lib/stripe/version.rb | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c2ba1331d..e3362be5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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` diff --git a/VERSION b/VERSION index 5681375f3..5ddc1d087 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.46.0 +5.47.0 diff --git a/lib/stripe/version.rb b/lib/stripe/version.rb index f36f2b739..8922b500a 100644 --- a/lib/stripe/version.rb +++ b/lib/stripe/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Stripe - VERSION = "5.46.0" + VERSION = "5.47.0" end