Bump version to 7.2.0-beta.5

This commit is contained in:
Kamil Pajdzik 2022-11-02 13:07:25 -07:00
parent 549a73544f
commit 2354633a92
3 changed files with 8 additions and 2 deletions

View File

@ -1,5 +1,11 @@
# Changelog
## 7.2.0-beta.5 - 2022-11-02
* [#1139](https://github.com/stripe/stripe-ruby/pull/1139) API Updates for beta branch
* Updated beta APIs to the latest stable version
* [#1135](https://github.com/stripe/stripe-ruby/pull/1135) API Updates for beta branch
* Updated stable APIs to the latest version
## 7.2.0-beta.4 - 2022-10-07
* [#999](https://github.com/stripe/stripe-ruby/pull/999) DESCRIBE CHANGES HERE (try to use the same style, tense, etc. as the other entries)

View File

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

View File

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