diff --git a/CHANGELOG.md b/CHANGELOG.md index adfe5e9e..b383b7d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,10 @@ # Changelog +## 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` +* [#1382](https://github.com/stripe/stripe-ruby/pull/1382) Revert Makefile change to allow autoformatting in codegen +* [#1380](https://github.com/stripe/stripe-ruby/pull/1380) Rename section for object types + ## 11.0.0 - 2024-04-10 * [#1374](https://github.com/stripe/stripe-ruby/pull/1374) diff --git a/VERSION b/VERSION index 275283a1..68d8f15e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -11.0.0 +11.1.0 diff --git a/lib/stripe/version.rb b/lib/stripe/version.rb index 3ca43de9..ea1b6822 100644 --- a/lib/stripe/version.rb +++ b/lib/stripe/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Stripe - VERSION = "11.0.0" + VERSION = "11.1.0" end