diff --git a/CHANGELOG.md b/CHANGELOG.md index 11ea421..be5c260 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 2.14.1 + +* Fix missing import + # 2.14.0 * [BC] Set default Stripe API to "2015-02-18" version (note: this version brings several important breaking changes diff --git a/src/Client/StripeClient.php b/src/Client/StripeClient.php index e585321..a8f8282 100644 --- a/src/Client/StripeClient.php +++ b/src/Client/StripeClient.php @@ -21,6 +21,7 @@ use Guzzle\Common\Event; use Guzzle\Plugin\ErrorResponse\ErrorResponsePlugin; use Guzzle\Service\Client; +use Guzzle\Service\Command\Factory\CompositeFactory; use Guzzle\Service\Description\ServiceDescription; use Guzzle\Service\Resource\ResourceIterator; use ZfrStripe\Client\Iterator\StripeCommandsCursorIterator;