We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1155526 commit 1fa9027Copy full SHA for 1fa9027
3 files changed
CHANGELOG.md
@@ -1,4 +1,9 @@
1
# Changelog
2
+## 18.4.2 - 2026-03-10
3
+* [#1811](https://github.com/stripe/stripe-ruby/pull/1811) Retry on Net::HTTPFatalError
4
+ - Fixes a bug where `Net::HTTPFatalError` errors were being thrown and not retried (unlike other 5xx responses from the Stripe API)
5
+
6
7
## 18.4.1 - 2026-03-06
8
* [#1805](https://github.com/stripe/stripe-ruby/pull/1805) Add Stripe-Request-Trigger header
9
* [#1803](https://github.com/stripe/stripe-ruby/pull/1803) Add agent information to UserAgent
VERSION
@@ -1 +1 @@
-18.4.1
+18.4.2
lib/stripe/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Stripe
- VERSION = "18.4.1"
+ VERSION = "18.4.2"
end
0 commit comments