mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-09 00:03:05 -04:00
Bump version to 11.2.0
This commit is contained in:
parent
ad22bab02f
commit
47db6b0adf
@ -1,4 +1,8 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
## 11.2.0 - 2024-04-18
|
||||||
|
* [#1385](https://github.com/stripe/stripe-ruby/pull/1385) Update generated code
|
||||||
|
* Add support for `create_preview` method on resource `Invoice`
|
||||||
|
|
||||||
## 11.1.0 - 2024-04-16
|
## 11.1.0 - 2024-04-16
|
||||||
* [#1379](https://github.com/stripe/stripe-ruby/pull/1379) Update generated code
|
* [#1379](https://github.com/stripe/stripe-ruby/pull/1379) Update generated code
|
||||||
* Add support for new resource `Entitlements.ActiveEntitlementSummary`
|
* Add support for new resource `Entitlements.ActiveEntitlementSummary`
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
module Stripe
|
module Stripe
|
||||||
VERSION = "11.1.0"
|
VERSION = "11.2.0"
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user