From 618ee7211ee571ba5873650e3a6f4a3f538c8f69 Mon Sep 17 00:00:00 2001 From: Richard Marmorstein Date: Fri, 3 Apr 2020 15:26:27 -0400 Subject: [PATCH] Bump version to 7.28.0 --- CHANGELOG.md | 5 +++++ VERSION | 2 +- lib/Stripe.php | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f3cc4451..fbb48f38b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 7.28.0 - 2020-04-03 +* [#912](https://github.com/stripe/stripe-php/pull/912) Preserve backwards compatibility for typoed `TYPE_ADJUSTEMENT` enum. +* [#911](https://github.com/stripe/stripe-php/pull/911) Codegenerated PHPDoc for nested resources +* [#902](https://github.com/stripe/stripe-php/pull/902) Update docstrings for nested resources + ## 7.27.3 - 2020-03-18 * [#899](https://github.com/stripe/stripe-php/pull/899) Convert keys to strings in `StripeObject::toArray()` diff --git a/VERSION b/VERSION index 9f619ed6e..757a860d6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -7.27.3 +7.28.0 diff --git a/lib/Stripe.php b/lib/Stripe.php index 4100e8866..a395f2756 100644 --- a/lib/Stripe.php +++ b/lib/Stripe.php @@ -58,7 +58,7 @@ class Stripe /** @var float Initial delay between retries, in seconds */ private static $initialNetworkRetryDelay = 0.5; - const VERSION = '7.27.3'; + const VERSION = '7.28.0'; /** * @return string the API key used for requests