diff --git a/CHANGELOG.md b/CHANGELOG.md index a4f71905..4270d5e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/VERSION b/VERSION index 0719d810..816c0711 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -10.3.0 +10.4.0 diff --git a/lib/stripe/version.rb b/lib/stripe/version.rb index 2dbed782..f96dc0af 100644 --- a/lib/stripe/version.rb +++ b/lib/stripe/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Stripe - VERSION = "10.3.0" + VERSION = "10.4.0" end