Skip to content

Commit d911399

Browse files
Bump version to 15.2.1
1 parent 51e8e32 commit d911399

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# 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+
27
## 15.2.0 - 2025-05-29
38
This release changes the pinned API version to `2025-05-28.basil`.
49

VERSION

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

0 commit comments

Comments
 (0)