diff --git a/CHANGELOG.md b/CHANGELOG.md index a58746c..aa94b3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,12 @@ We do not give estimated times for completion on `Accepted` Proposals. --- +### v3.0.2 - 2016-06-27 + +`UPDATED` + +- Loosened Cartalyst Stripe package dependency to allow the installation of Guzzle 6.0+. + ### v3.0.1 - 2016-04-27 `UPDATED` diff --git a/src/Facades/Stripe.php b/src/Facades/Stripe.php index b29561e..c385965 100644 --- a/src/Facades/Stripe.php +++ b/src/Facades/Stripe.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe Laravel - * @version 3.0.1 + * @version 3.0.2 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2016, Cartalyst LLC diff --git a/src/StripeServiceProvider.php b/src/StripeServiceProvider.php index 2f951e3..35a7ae7 100644 --- a/src/StripeServiceProvider.php +++ b/src/StripeServiceProvider.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe Laravel - * @version 3.0.1 + * @version 3.0.2 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2016, Cartalyst LLC diff --git a/tests/FacadeTest.php b/tests/FacadeTest.php index b2e265c..8d88ffc 100644 --- a/tests/FacadeTest.php +++ b/tests/FacadeTest.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe Laravel - * @version 3.0.1 + * @version 3.0.2 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2016, Cartalyst LLC