Skip to content

Commit

Permalink
Bump version to 8.6.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
anniel-stripe committed Mar 30, 2023
1 parent 890cdae commit 0075550
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog

## 8.6.0-beta.1 - 2023-03-30
* [#1202](https://github.com/stripe/stripe-ruby/pull/1202) Update generated code for beta


## 8.5.0 - 2023-03-30
* [#1203](https://github.com/stripe/stripe-ruby/pull/1203) Update generated code
* Remove support for `create` method on resource `Tax.Transaction`
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
8.5.0-beta.1
8.6.0-beta.1
2 changes: 1 addition & 1 deletion lib/stripe/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Stripe
VERSION = "8.5.0-beta.1"
VERSION = "8.6.0-beta.1"
end

0 comments on commit 0075550

Please sign in to comment.