Skip to content

Commit 0f910c9

Browse files
committed
Bump version to 19.3.1
1 parent 804bae8 commit 0f910c9

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,5 +1,9 @@
11
# Changelog
22

3+
## 19.3.1 - 2026-07-15
4+
* [#1902](https://github.com/stripe/stripe-ruby/pull/1902) Replace source hash with Telemetry UUID
5+
* [#1901](https://github.com/stripe/stripe-ruby/pull/1901) Make Error fields generated
6+
37
## 19.3.0 - 2026-06-24
48
This release changes the pinned API version to 2026-06-24.dahlia.
59

VERSION

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

0 commit comments

Comments
 (0)