mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-11-29 00:01:18 -05:00
Bump version to 13.3.1
This commit is contained in:
parent
6e3950536a
commit
57dd25a8d7
@ -1,4 +1,12 @@
|
||||
# Changelog
|
||||
## 13.3.1 - 2025-01-13
|
||||
* [#1512](https://github.com/stripe/stripe-ruby/pull/1512) Import global configuration for options not available on StripeClient options
|
||||
* Fixes bug where `StripeClient` was not falling back to global options for options that are not available to be set per-client
|
||||
* [#1516](https://github.com/stripe/stripe-ruby/pull/1516) ThinEvent reason and livemode
|
||||
- Add `livemode` and optional `reason` fields to ThinEvent
|
||||
* [#1518](https://github.com/stripe/stripe-ruby/pull/1518) Pin ubuntu version in Test action
|
||||
* [#1508](https://github.com/stripe/stripe-ruby/pull/1508) Added pull request template
|
||||
|
||||
## 13.3.0 - 2024-12-18
|
||||
* [#1500](https://github.com/stripe/stripe-ruby/pull/1500) This release changes the pinned API version to `2024-12-18.acacia`.
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module Stripe
|
||||
VERSION = "13.3.0"
|
||||
VERSION = "13.3.1"
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user