File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed
Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1- 13.3.0
1+ 13.3.1
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module Stripe
4- VERSION = "13.3.0 "
4+ VERSION = "13.3.1 "
55end
You can’t perform that action at this time.
0 commit comments