diff --git a/CHANGELOG.md b/CHANGELOG.md index cf9fc0e6b..bdfcea5c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 10.9.0-beta.1 - 2024-02-08 +* [#1321](https://github.com/stripe/stripe-ruby/pull/1321) Update generated code for beta + * Release specs are identical. + ## 10.8.0-beta.1 - 2024-02-01 * [#1318](https://github.com/stripe/stripe-ruby/pull/1318) Update generated code for beta * Add support for new resources `Entitlements.Event` and `Entitlements.Feature` diff --git a/VERSION b/VERSION index 9b0f0c902..0ec171bb2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -10.8.0-beta.1 +10.9.0-beta.1 diff --git a/lib/stripe/version.rb b/lib/stripe/version.rb index f138cbcb6..7ae2e760c 100644 --- a/lib/stripe/version.rb +++ b/lib/stripe/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Stripe - VERSION = "10.8.0-beta.1" + VERSION = "10.9.0-beta.1" end