mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-12-09 00:01:53 -05:00
Bump version to 8.1.0-beta.3
This commit is contained in:
parent
cff25d0c8b
commit
094574d2fe
@ -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
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module Stripe
|
||||
VERSION = "8.1.0-beta.2"
|
||||
VERSION = "8.1.0-beta.3"
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user