mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-06 00:02:18 -04:00
Bump version to 10.7.1
This commit is contained in:
parent
1bde67fba3
commit
32681000bf
@ -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
|
||||
|
@ -1,5 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module Stripe
|
||||
VERSION = "10.7.0"
|
||||
VERSION = "10.7.1"
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user