Bump version to 8.1.0-beta.3

This commit is contained in:
Richard Marmorstein 2022-12-22 17:29:09 -06:00
parent cff25d0c8b
commit 094574d2fe
3 changed files with 7 additions and 2 deletions

View File

@ -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

View File

@ -1 +1 @@
8.1.0-beta.2
8.1.0-beta.3

View File

@ -1,5 +1,5 @@
# frozen_string_literal: true
module Stripe
VERSION = "8.1.0-beta.2"
VERSION = "8.1.0-beta.3"
end