diff --git a/CHANGELOG.md b/CHANGELOG.md index 0643d06cc..54ff19f27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 6.14.0 - 2018-08-02 +* [#505](https://github.com/stripe/stripe-php/pull/505) Add support for file links + ## 6.13.0 - 2018-07-31 * [#502](https://github.com/stripe/stripe-php/pull/502) Add `isDeleted()` method to `\Stripe\StripeObject` diff --git a/VERSION b/VERSION index 5917993c0..68390495f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.13.0 +6.14.0 diff --git a/lib/Stripe.php b/lib/Stripe.php index 07bf7208e..5f3e70ca9 100644 --- a/lib/Stripe.php +++ b/lib/Stripe.php @@ -52,7 +52,7 @@ class Stripe // @var float Initial delay between retries, in seconds private static $initialNetworkRetryDelay = 0.5; - const VERSION = '6.13.0'; + const VERSION = '6.14.0'; /** * @return string The API key used for requests.