Bump version to 10.5.0

This commit is contained in:
Richard Marmorstein 2024-01-04 13:52:23 -06:00
parent 8875698b96
commit 36dc37db5e
3 changed files with 6 additions and 2 deletions

View File

@ -1,4 +1,8 @@
# Changelog
## 10.5.0 - 2024-01-04
* [#1306](https://github.com/stripe/stripe-ruby/pull/1306) Update generated code
* Add support for `retrieve` method on resource `Tax.Registration`
## 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`

View File

@ -1 +1 @@
10.4.0
10.5.0

View File

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