Skip to content

Commit

Permalink
Bump version to 8.7.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
anniel-stripe committed Jul 13, 2023
1 parent 8d5a5ef commit 900ecf2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 8.7.0-beta.1 - 2023-07-13
* [#1245](https://github.com/stripe/stripe-ruby/pull/1245) Update generated code for beta
Release specs are identical.
* [#1243](https://github.com/stripe/stripe-ruby/pull/1243) Update generated code for beta
* Add support for new resource `PaymentMethodConfiguration`
* Add support for `create`, `list`, `retrieve`, and `update` methods on resource `PaymentMethodConfiguration`
* [#1239](https://github.com/stripe/stripe-ruby/pull/1239) Update generated code for beta


## 8.6.0 - 2023-07-13
* [#1244](https://github.com/stripe/stripe-ruby/pull/1244) Update generated code
* Add support for new resource `Tax.Settings`
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.6.0-beta.6
8.7.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.6.0-beta.6"
VERSION = "8.7.0-beta.1"
end

0 comments on commit 900ecf2

Please sign in to comment.