From 078adfcc37b7dcdd1dafd25b2e2e7bb78b86d8c7 Mon Sep 17 00:00:00 2001 From: Pavel Krymets Date: Fri, 28 Jul 2023 10:19:03 -0700 Subject: [PATCH] Bump version to 8.7.0-beta.2 --- CHANGELOG.md | 10 +++++++++- VERSION | 2 +- lib/stripe/version.rb | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 276a7ee0f..8cb1ffe5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. @@ -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 diff --git a/VERSION b/VERSION index e6f85b000..b6e2990bd 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -8.7.0-beta.1 +8.7.0-beta.2 diff --git a/lib/stripe/version.rb b/lib/stripe/version.rb index d979ad9c3..31b6d0f20 100644 --- a/lib/stripe/version.rb +++ b/lib/stripe/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Stripe - VERSION = "8.7.0-beta.1" + VERSION = "8.7.0-beta.2" end