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 804bae8 commit 0f910c9Copy full SHA for 0f910c9
3 files changed
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
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
+
7
## 19.3.0 - 2026-06-24
8
This release changes the pinned API version to 2026-06-24.dahlia.
9
VERSION
@@ -1 +1 @@
-19.3.0
+19.3.1
lib/stripe/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Stripe
- VERSION = "19.3.0"
+ VERSION = "19.3.1"
end
0 commit comments