Bump version to 8.1.0-beta.1

This commit is contained in:
Pavel Krymets 2022-12-08 14:55:41 -08:00
parent 3b5c725539
commit 586e685e63
3 changed files with 8 additions and 2 deletions

View File

@ -1,5 +1,11 @@
# Changelog
## 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
* [#1146](https://github.com/stripe/stripe-ruby/pull/1146) API Updates for beta branch
* Updated stable APIs to the latest version
## 8.0.0 - 2022-11-16
* [#1144](https://github.com/stripe/stripe-ruby/pull/1144) Next major release changes

View File

@ -1 +1 @@
7.2.0-beta.5
8.1.0-beta.1

View File

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