From 586e685e63d3698c9c3a64c9a6e3eb2326b8c5e4 Mon Sep 17 00:00:00 2001 From: Pavel Krymets Date: Thu, 8 Dec 2022 14:55:41 -0800 Subject: [PATCH] Bump version to 8.1.0-beta.1 --- CHANGELOG.md | 6 ++++++ VERSION | 2 +- lib/stripe/version.rb | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 330a9c5d..e2ebccb9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/VERSION b/VERSION index 4118162f..571d032c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -7.2.0-beta.5 +8.1.0-beta.1 diff --git a/lib/stripe/version.rb b/lib/stripe/version.rb index eb19da53..a154b29b 100644 --- a/lib/stripe/version.rb +++ b/lib/stripe/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Stripe - VERSION = "7.2.0-beta.5" + VERSION = "8.1.0-beta.1" end