diff --git a/CHANGELOG.md b/CHANGELOG.md index c83b8f7e..c5bfde17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 7.2.0-beta.3 - 2022-09-26 +* [#1129](https://github.com/stripe/stripe-ruby/pull/1129) API Updates for beta branch + * Updated stable APIs to the latest version + * Add `FinancingOffer`, `FinancingSummary` and `FinancingTransaction` resources. + ## 7.2.0-beta.2 - 2022-08-26 * [#1127](https://github.com/stripe/stripe-ruby/pull/1127) API Updates for beta branch * Updated stable APIs to the latest version diff --git a/VERSION b/VERSION index 438036b1..f3d0fd6f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -7.2.0-beta.2 +7.2.0-beta.3 diff --git a/lib/stripe/version.rb b/lib/stripe/version.rb index e185838b..4397fdf2 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.2" + VERSION = "7.2.0-beta.3" end