From 0795c1d3d0a9266ab1eed96f2d8306afdd55c996 Mon Sep 17 00:00:00 2001 From: Annie Li Date: Thu, 15 Dec 2022 16:05:43 -0800 Subject: [PATCH] Bump version to 8.1.0-beta.2 --- CHANGELOG.md | 10 ++++++++++ VERSION | 2 +- lib/stripe/version.rb | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e2ebccb95..24af1598f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 8.1.0-beta.2 - 2022-12-15 +* [#1156](https://github.com/stripe/stripe-ruby/pull/1156) API Updates for beta branch + * Updated stable APIs to the latest version + * Add support for new resources `TaxCalculation`, and `TaxTransaction` + * Add support for `create` and `list_line_items` methods on resource `TaxCalculation` + * Add support for `create_reversal`, `create`, and `retrieve` methods on resource `TaxTransaction` +* [#1155](https://github.com/stripe/stripe-ruby/pull/1155) API Updates for beta branch + * Updated stable APIs to the latest version + * Add support for new resource `QuoteLine`. + ## 8.1.0-beta.1 - 2022-12-08 * [#1153](https://github.com/stripe/stripe-ruby/pull/1153) API Updates for beta branch * Updated stable APIs to the latest version diff --git a/VERSION b/VERSION index 571d032cd..1ab9b49dc 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -8.1.0-beta.1 +8.1.0-beta.2 diff --git a/lib/stripe/version.rb b/lib/stripe/version.rb index a154b29bd..1cf8fc914 100644 --- a/lib/stripe/version.rb +++ b/lib/stripe/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Stripe - VERSION = "8.1.0-beta.1" + VERSION = "8.1.0-beta.2" end