Bump version to 11.2.0

This commit is contained in:
Ramya Rao 2024-04-18 14:24:25 -07:00
parent ad22bab02f
commit 47db6b0adf
3 changed files with 6 additions and 2 deletions

View File

@ -1,4 +1,8 @@
# 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
* [#1379](https://github.com/stripe/stripe-ruby/pull/1379) Update generated code
* Add support for new resource `Entitlements.ActiveEntitlementSummary`

View File

@ -1 +1 @@
11.1.0
11.2.0

View File

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