Skip to content

Commit

Permalink
Bump version to 10.8.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
richardm-stripe committed Feb 2, 2024
1 parent 41ba199 commit 5da7414
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
10.7.0-beta.3
10.8.0-beta.1
2 changes: 1 addition & 1 deletion lib/stripe/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Stripe
VERSION = "10.7.0-beta.3"
VERSION = "10.8.0-beta.1"
end

0 comments on commit 5da7414

Please sign in to comment.