From 094574d2fee2ad849c8923674628b90bdc7aa120 Mon Sep 17 00:00:00 2001 From: Richard Marmorstein Date: Thu, 22 Dec 2022 17:29:09 -0600 Subject: [PATCH] Bump version to 8.1.0-beta.3 --- CHANGELOG.md | 5 +++++ VERSION | 2 +- lib/stripe/version.rb | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24af1598..ea3cbb60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 8.1.0-beta.3 - 2022-12-22 +* [#1158](https://github.com/stripe/stripe-ruby/pull/1158) API Updates for beta branch + * Updated stable APIs to the latest version + * Move `TaxCalculation` and `TaxTransaction` to `Tax::Calculation` and `Tax::Transaction`. + ## 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 diff --git a/VERSION b/VERSION index 1ab9b49d..cc5d855b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -8.1.0-beta.2 +8.1.0-beta.3 diff --git a/lib/stripe/version.rb b/lib/stripe/version.rb index 1cf8fc91..55c96d71 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.2" + VERSION = "8.1.0-beta.3" end