Skip to content

Commit 1fa9027

Browse files
Bump version to 18.4.2
1 parent 1155526 commit 1fa9027

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# 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+
27
## 18.4.1 - 2026-03-06
38
* [#1805](https://github.com/stripe/stripe-ruby/pull/1805) Add Stripe-Request-Trigger header
49
* [#1803](https://github.com/stripe/stripe-ruby/pull/1803) Add agent information to UserAgent

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18.4.1
1+
18.4.2

lib/stripe/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Stripe
4-
VERSION = "18.4.1"
4+
VERSION = "18.4.2"
55
end

0 commit comments

Comments
 (0)