From 5da74143e8188969eaebdcae755f37d2adb7245f Mon Sep 17 00:00:00 2001 From: Richard Marmorstein Date: Thu, 1 Feb 2024 18:13:15 -0800 Subject: [PATCH] Bump version to 10.8.0-beta.1 --- CHANGELOG.md | 6 ++++++ VERSION | 2 +- lib/stripe/version.rb | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41d5c35b0..48947e04a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 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` + * Add support for `create` method on resource `Event` + * Add support for `create` and `list` methods on resource `Feature` + ## 10.7.0 - 2024-02-01 * [#1317](https://github.com/stripe/stripe-ruby/pull/1317) Remove list method in child resources * Removes list method mixin from child resources, as these methods always return `InvalidRequestError` and never succeed diff --git a/VERSION b/VERSION index eaf4770f5..9b0f0c902 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -10.7.0-beta.3 +10.8.0-beta.1 diff --git a/lib/stripe/version.rb b/lib/stripe/version.rb index 4d5039d6f..f138cbcb6 100644 --- a/lib/stripe/version.rb +++ b/lib/stripe/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Stripe - VERSION = "10.7.0-beta.3" + VERSION = "10.8.0-beta.1" end