Skip to content

Commit

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

## 8.7.0-beta.2 - 2023-07-28
* [#1251](https://github.com/stripe/stripe-ruby/pull/1251) Update generated code for beta
* Add support for new resource `Tax.Form`
* Add support for `list`, `pdf`, and `retrieve` methods on resource `Form`
* [#1249](https://github.com/stripe/stripe-ruby/pull/1249) Update generated code for beta
* [#1246](https://github.com/stripe/stripe-ruby/pull/1246) Update generated code for beta


## 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.
Expand Down Expand Up @@ -29,7 +37,7 @@

* [#1225](https://github.com/stripe/stripe-ruby/pull/1225) Downgrade jaro_winkler
* [#1219](https://github.com/stripe/stripe-ruby/pull/1219) Update generated code


Documentation updates.
* [#1215](https://github.com/stripe/stripe-ruby/pull/1215) Update generated code

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

0 comments on commit 078adfc

Please sign in to comment.