Skip to content

Commit 57dd25a

Browse files
Bump version to 13.3.1
1 parent 6e39505 commit 57dd25a

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
# Changelog
2+
## 13.3.1 - 2025-01-13
3+
* [#1512](https://github.com/stripe/stripe-ruby/pull/1512) Import global configuration for options not available on StripeClient options
4+
* Fixes bug where `StripeClient` was not falling back to global options for options that are not available to be set per-client
5+
* [#1516](https://github.com/stripe/stripe-ruby/pull/1516) ThinEvent reason and livemode
6+
- Add `livemode` and optional `reason` fields to ThinEvent
7+
* [#1518](https://github.com/stripe/stripe-ruby/pull/1518) Pin ubuntu version in Test action
8+
* [#1508](https://github.com/stripe/stripe-ruby/pull/1508) Added pull request template
9+
210
## 13.3.0 - 2024-12-18
311
* [#1500](https://github.com/stripe/stripe-ruby/pull/1500) This release changes the pinned API version to `2024-12-18.acacia`.
412

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
13.3.0
1+
13.3.1

lib/stripe/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Stripe
4-
VERSION = "13.3.0"
4+
VERSION = "13.3.1"
55
end

0 commit comments

Comments
 (0)