mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-08 00:02:46 -04:00
Bump version to 10.6.0
This commit is contained in:
parent
bc03829f1d
commit
a685a13a67
@ -1,4 +1,9 @@
|
||||
# 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
|
||||
* [#1306](https://github.com/stripe/stripe-ruby/pull/1306) Update generated code
|
||||
* Add support for `retrieve` method on resource `Tax.Registration`
|
||||
|
@ -1,5 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module Stripe
|
||||
VERSION = "10.5.0"
|
||||
VERSION = "10.6.0"
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user