Bump version to 10.6.0

This commit is contained in:
Pavel Krymets 2024-01-12 10:12:09 -08:00
parent bc03829f1d
commit a685a13a67
3 changed files with 7 additions and 2 deletions

View File

@ -1,4 +1,9 @@
# Changelog # Changelog
## 10.6.0 - 2024-01-12
* [#1310](https://github.com/stripe/stripe-ruby/pull/1310) Update generated code
* Add support for new resource `CustomerSession`
* Add support for `create` method on resource `CustomerSession`
## 10.5.0 - 2024-01-04 ## 10.5.0 - 2024-01-04
* [#1306](https://github.com/stripe/stripe-ruby/pull/1306) Update generated code * [#1306](https://github.com/stripe/stripe-ruby/pull/1306) Update generated code
* Add support for `retrieve` method on resource `Tax.Registration` * Add support for `retrieve` method on resource `Tax.Registration`

View File

@ -1 +1 @@
10.5.0 10.6.0

View File

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