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 51e8e32 commit d911399Copy full SHA for d911399
3 files changed
CHANGELOG.md
@@ -1,4 +1,9 @@
1
# Changelog
2
+## 15.2.1 - 2025-06-04
3
+* [#1617](https://github.com/stripe/stripe-ruby/pull/1617) Fix `nil` requestor in `Webhook.construct_event` to allow for event data refresh
4
+ * Fix bug where `Event` constructed from `Webhook.construct_event` could not be refreshed due to a `nil` APIRequestor
5
+ * Raised in https://github.com/stripe/stripe-ruby/issues/1616
6
+
7
## 15.2.0 - 2025-05-29
8
This release changes the pinned API version to `2025-05-28.basil`.
9
VERSION
@@ -1 +1 @@
-15.2.0
+15.2.1
lib/stripe/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Stripe
- VERSION = "15.2.0"
+ VERSION = "15.2.1"
end
0 commit comments