Skip to content

Commit

Permalink
Bump version to 9.0.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
anniel-stripe committed Aug 24, 2023
1 parent bd62fe0 commit fee9143
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

## 9.0.0-beta.1 - 2023-08-24
* [#1264](https://github.com/stripe/stripe-ruby/pull/1264) Update generated code for beta
* Add support for new resources `QuotePreviewInvoice` and `QuotePreviewSchedule`
* [#1259](https://github.com/stripe/stripe-ruby/pull/1259) Update generated code for beta


## 9.0.0 - 2023-08-16
**⚠️ ACTION REQUIRED: the breaking change in this release likely affects you ⚠️**

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.8.0-beta.1
9.0.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 = "8.8.0-beta.1"
VERSION = "9.0.0-beta.1"
end

0 comments on commit fee9143

Please sign in to comment.