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