mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-11-22 00:05:58 -05:00
Bump version to 10.4.0
This commit is contained in:
parent
c51404d7a2
commit
de4e1d3b23
@ -1,4 +1,11 @@
|
||||
# Changelog
|
||||
## 10.4.0 - 2023-12-22
|
||||
* [#1303](https://github.com/stripe/stripe-ruby/pull/1303) Update generated code
|
||||
* Add support for new resource `FinancialConnections.Transaction`
|
||||
* Add support for `list` and `retrieve` methods on resource `Transaction`
|
||||
* Add support for `subscribe` and `unsubscribe` methods on resource `FinancialConnections.Account`
|
||||
* [#1304](https://github.com/stripe/stripe-ruby/pull/1304) Add support for updatable singleton resources
|
||||
|
||||
## 10.3.0 - 2023-12-14
|
||||
* [#1294](https://github.com/stripe/stripe-ruby/pull/1294) Support sending parameters inside singleton retrieve
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module Stripe
|
||||
VERSION = "10.3.0"
|
||||
VERSION = "10.4.0"
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user