diff --git a/CHANGELOG.md b/CHANGELOG.md index 1eb19c398..7781bc5ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 6.43.0 - 2019-08-09 +* [#694](https://github.com/stripe/stripe-php/pull/694) Add `SubscriptionItem::createUsageRecord` method + ## 6.42.0 - 2019-08-09 * [#688](https://github.com/stripe/stripe-php/pull/688) Remove `SubscriptionScheduleRevision` * Note that this is technically a breaking change, however we've chosen to release it as a minor version in light of the fact that this resource and its API methods were virtually unused. diff --git a/VERSION b/VERSION index faf18bd10..41346b878 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.42.0 +6.43.0 diff --git a/lib/Stripe.php b/lib/Stripe.php index b561ccbf4..afd7c4785 100644 --- a/lib/Stripe.php +++ b/lib/Stripe.php @@ -55,7 +55,7 @@ class Stripe // @var float Initial delay between retries, in seconds private static $initialNetworkRetryDelay = 0.5; - const VERSION = '6.42.0'; + const VERSION = '6.43.0'; /** * @return string The API key used for requests.