Skip to content

Commit 332e009

Browse files
committed
Bump version to 13.3.0
1 parent d2c09c3 commit 332e009

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
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`

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
13.2.0
1+
13.3.0

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 = "13.2.0"
4+
VERSION = "13.3.0"
55
end

0 commit comments

Comments
 (0)