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 5b1fc8f commit 1a8a9f0Copy full SHA for 1a8a9f0
3 files changed
CHANGELOG.md
@@ -1,4 +1,8 @@
1
# Changelog
2
+## 18.4.1 - 2026-03-06
3
+* [#1805](https://github.com/stripe/stripe-ruby/pull/1805) Add Stripe-Request-Trigger header
4
+* [#1803](https://github.com/stripe/stripe-ruby/pull/1803) Add agent information to UserAgent
5
+
6
## 18.4.0 - 2026-02-25
7
This release changes the pinned API version to `2026-02-25.clover`.
8
VERSION
@@ -1 +1 @@
-18.4.0
+18.4.1
lib/stripe/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Stripe
- VERSION = "18.4.0"
+ VERSION = "18.4.1"
end
0 commit comments