Skip to content

Commit 1a8a9f0

Browse files
committed
Bump version to 18.4.1
1 parent 5b1fc8f commit 1a8a9f0

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# 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+
26
## 18.4.0 - 2026-02-25
37
This release changes the pinned API version to `2026-02-25.clover`.
48

VERSION

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

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.0"
4+
VERSION = "18.4.1"
55
end

0 commit comments

Comments
 (0)