Skip to content

Commit f2e27f3

Browse files
committed
Bump version to 19.2.1
1 parent 55000ba commit f2e27f3

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## 19.2.1 - 2026-06-12
4+
* [#1874](https://github.com/stripe/stripe-ruby/pull/1874) Add "source" field to user-agent header
5+
36
## 19.2.0 - 2026-05-27
47
This release changes the pinned API version to 2026-05-27.dahlia.
58

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
19.2.0
1+
19.2.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 = "19.2.0"
4+
VERSION = "19.2.1"
55
end

0 commit comments

Comments
 (0)