Bump version to 10.9.0-beta.1

This commit is contained in:
Annie Li 2024-02-08 14:13:19 -08:00
parent b399f87064
commit 1bcb4bc058
3 changed files with 6 additions and 2 deletions

View File

@ -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`

View File

@ -1 +1 @@
10.8.0-beta.1
10.9.0-beta.1

View File

@ -1,5 +1,5 @@
# frozen_string_literal: true
module Stripe
VERSION = "10.8.0-beta.1"
VERSION = "10.9.0-beta.1"
end