From 47db6b0adffa61b87e4472e36ca89996936e052c Mon Sep 17 00:00:00 2001 From: Ramya Rao Date: Thu, 18 Apr 2024 14:24:25 -0700 Subject: [PATCH] Bump version to 11.2.0 --- CHANGELOG.md | 4 ++++ VERSION | 2 +- lib/stripe/version.rb | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a5c1db7..1d27419a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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` diff --git a/VERSION b/VERSION index 68d8f15e..b85c6c7b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -11.1.0 +11.2.0 diff --git a/lib/stripe/version.rb b/lib/stripe/version.rb index ea1b6822..ed03e601 100644 --- a/lib/stripe/version.rb +++ b/lib/stripe/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Stripe - VERSION = "11.1.0" + VERSION = "11.2.0" end