From be3b75265f35b3304f75ba4e472cc02e53f5be7f Mon Sep 17 00:00:00 2001 From: Dominic Charley-Roy Date: Wed, 23 Mar 2022 15:03:19 -0400 Subject: [PATCH] Bump version to 5.46.0 --- CHANGELOG.md | 5 +++++ VERSION | 2 +- lib/stripe/version.rb | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d1159ed..c2ba1331 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 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` +* [#992](https://github.com/stripe/stripe-ruby/pull/992) Add support for Search API + ## 5.45.0 - 2022-03-01 * [#1035](https://github.com/stripe/stripe-ruby/pull/1035) API Updates * Add support for new resource `TestHelpers.TestClock` diff --git a/VERSION b/VERSION index 5a053acd..5681375f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.45.0 +5.46.0 diff --git a/lib/stripe/version.rb b/lib/stripe/version.rb index 6751a0b2..f36f2b73 100644 --- a/lib/stripe/version.rb +++ b/lib/stripe/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Stripe - VERSION = "5.45.0" + VERSION = "5.46.0" end