Bump version to 10.4.0

This commit is contained in:
Pavel Krymets 2023-12-22 07:58:22 -08:00
parent c51404d7a2
commit de4e1d3b23
3 changed files with 9 additions and 2 deletions

View File

@ -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

View File

@ -1 +1 @@
10.3.0
10.4.0

View File

@ -1,5 +1,5 @@
# frozen_string_literal: true
module Stripe
VERSION = "10.3.0"
VERSION = "10.4.0"
end