From 32681000bfa48e889b6e9646cae5bdb62381c192 Mon Sep 17 00:00:00 2001 From: Annie Li Date: Mon, 5 Feb 2024 10:30:16 -0800 Subject: [PATCH] Bump version to 10.7.1 --- CHANGELOG.md | 3 +++ VERSION | 2 +- lib/stripe/version.rb | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cee80fa81..32eba15d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ # Changelog +## 10.7.1 - 2024-02-05 +* [#1320](https://github.com/stripe/stripe-ruby/pull/1320) Remove spurious _search deprecation messages (https://github.com/stripe/stripe-ruby/issues/1319) + ## 10.7.0 - 2024-02-01 * [#1317](https://github.com/stripe/stripe-ruby/pull/1317) Remove list method in child resources * Removes list method mixin from child resources, as these methods always return `InvalidRequestError` and never succeed diff --git a/VERSION b/VERSION index 1bcdaf5fe..17dfec889 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -10.7.0 +10.7.1 diff --git a/lib/stripe/version.rb b/lib/stripe/version.rb index 122b8c1c7..08ed8b92c 100644 --- a/lib/stripe/version.rb +++ b/lib/stripe/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Stripe - VERSION = "10.7.0" + VERSION = "10.7.1" end