File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
2+ ## 13.3.0 - 2024-12-18
3+ * [ #1500 ] ( https://github.com/stripe/stripe-ruby/pull/1500 ) This release changes the pinned API version to ` 2024-12-18.acacia ` .
4+
5+ * [ #1507 ] ( https://github.com/stripe/stripe-ruby/pull/1507 ) Pass requestor to all deserialized objects including lists
6+
7+ * Fixes bug where ` StripeObject ` retrieved from lists could not be used to make requests, such as ` refresh `
8+
29## 13.2.0 - 2024-11-20
310* [ #1486 ] ( https://github.com/stripe/stripe-ruby/pull/1486 ) This release changes the pinned API version to ` 2024-11-20.acacia ` .
411 * Add support for ` respond ` test helper method on resource ` Issuing.Authorization `
Original file line number Diff line number Diff line change 1- 13.2 .0
1+ 13.3 .0
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module Stripe
4- VERSION = "13.2 .0"
4+ VERSION = "13.3 .0"
55end
You can’t perform that action at this time.
0 commit comments