From c32a7ebcf8dc8ebd6926e0059b3b3e23360e5abb Mon Sep 17 00:00:00 2001 From: Suhayb Wardany Date: Thu, 23 Feb 2017 14:05:30 +0200 Subject: [PATCH] bump version, update changelog Signed-off-by: Suhayb Wardany --- CHANGELOG.md | 6 ++++++ src/Collection.php | 2 +- src/Contracts/NamespacedEntityInterface.php | 2 +- src/Contracts/ValidatorInterface.php | 2 +- src/Handlers/EventHandler.php | 2 +- src/Handlers/EventHandlerInterface.php | 2 +- src/Mailer.php | 2 +- src/ServiceProvider.php | 2 +- src/Traits/ContainerTrait.php | 2 +- src/Traits/EventTrait.php | 2 +- src/Traits/MailerTrait.php | 2 +- src/Traits/NamespacedEntityTrait.php | 2 +- src/Traits/RepositoryTrait.php | 2 +- src/Traits/ValidatorTrait.php | 2 +- src/Validator.php | 2 +- tests/CollectionTest.php | 2 +- tests/Handlers/EventHandlerTest.php | 2 +- tests/MailerTest.php | 2 +- tests/Traits/ContainerTraitTest.php | 2 +- tests/Traits/EventTraitTest.php | 2 +- tests/Traits/MailerTraitTest.php | 2 +- tests/Traits/NamespacedEntityTraitTest.php | 2 +- tests/Traits/RepositoryTraitTest.php | 2 +- tests/Traits/ValidatorTraitTest.php | 2 +- tests/ValidatorTest.php | 2 +- 25 files changed, 30 insertions(+), 24 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d9c0b3..c218f0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,12 @@ We do not give estimated times for completion on `Accepted` Proposals. --- +### v2.0.1 - 2017-02-23 + +`UPDATED` + +- use various laravel contracts. + ### v2.0.0 - 2017-02-23 `UPDATED` diff --git a/src/Collection.php b/src/Collection.php index a3ccfbe..10fb80c 100644 --- a/src/Collection.php +++ b/src/Collection.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Support - * @version 2.0.0 + * @version 2.0.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2017, Cartalyst LLC diff --git a/src/Contracts/NamespacedEntityInterface.php b/src/Contracts/NamespacedEntityInterface.php index efba8a7..2966ebd 100644 --- a/src/Contracts/NamespacedEntityInterface.php +++ b/src/Contracts/NamespacedEntityInterface.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Support - * @version 2.0.0 + * @version 2.0.1 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2017, Cartalyst LLC diff --git a/src/Contracts/ValidatorInterface.php b/src/Contracts/ValidatorInterface.php index d4dc513..dcef0f4 100644 --- a/src/Contracts/ValidatorInterface.php +++ b/src/Contracts/ValidatorInterface.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Support - * @version 2.0.0 + * @version 2.0.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2017, Cartalyst LLC diff --git a/src/Handlers/EventHandler.php b/src/Handlers/EventHandler.php index 2fdd037..73d142b 100644 --- a/src/Handlers/EventHandler.php +++ b/src/Handlers/EventHandler.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Support - * @version 2.0.0 + * @version 2.0.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2017, Cartalyst LLC diff --git a/src/Handlers/EventHandlerInterface.php b/src/Handlers/EventHandlerInterface.php index 95c1ea3..43857dd 100644 --- a/src/Handlers/EventHandlerInterface.php +++ b/src/Handlers/EventHandlerInterface.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Support - * @version 2.0.0 + * @version 2.0.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2017, Cartalyst LLC diff --git a/src/Mailer.php b/src/Mailer.php index 5a74340..7acb626 100644 --- a/src/Mailer.php +++ b/src/Mailer.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Support - * @version 2.0.0 + * @version 2.0.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2017, Cartalyst LLC diff --git a/src/ServiceProvider.php b/src/ServiceProvider.php index 69a3615..3587e57 100644 --- a/src/ServiceProvider.php +++ b/src/ServiceProvider.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Support - * @version 2.0.0 + * @version 2.0.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2017, Cartalyst LLC diff --git a/src/Traits/ContainerTrait.php b/src/Traits/ContainerTrait.php index 4ae2f82..d12b697 100644 --- a/src/Traits/ContainerTrait.php +++ b/src/Traits/ContainerTrait.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Support - * @version 2.0.0 + * @version 2.0.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2017, Cartalyst LLC diff --git a/src/Traits/EventTrait.php b/src/Traits/EventTrait.php index 8a3d629..bb7e33d 100644 --- a/src/Traits/EventTrait.php +++ b/src/Traits/EventTrait.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Support - * @version 2.0.0 + * @version 2.0.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2017, Cartalyst LLC diff --git a/src/Traits/MailerTrait.php b/src/Traits/MailerTrait.php index 2da13bd..36c7917 100644 --- a/src/Traits/MailerTrait.php +++ b/src/Traits/MailerTrait.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Support - * @version 2.0.0 + * @version 2.0.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2017, Cartalyst LLC diff --git a/src/Traits/NamespacedEntityTrait.php b/src/Traits/NamespacedEntityTrait.php index 4946248..4f40656 100644 --- a/src/Traits/NamespacedEntityTrait.php +++ b/src/Traits/NamespacedEntityTrait.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Support - * @version 2.0.0 + * @version 2.0.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2017, Cartalyst LLC diff --git a/src/Traits/RepositoryTrait.php b/src/Traits/RepositoryTrait.php index 51c306e..14fdfbf 100644 --- a/src/Traits/RepositoryTrait.php +++ b/src/Traits/RepositoryTrait.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Support - * @version 2.0.0 + * @version 2.0.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2017, Cartalyst LLC diff --git a/src/Traits/ValidatorTrait.php b/src/Traits/ValidatorTrait.php index f462474..e17ed00 100644 --- a/src/Traits/ValidatorTrait.php +++ b/src/Traits/ValidatorTrait.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Support - * @version 2.0.0 + * @version 2.0.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2017, Cartalyst LLC diff --git a/src/Validator.php b/src/Validator.php index 63f585e..3dbe4e9 100644 --- a/src/Validator.php +++ b/src/Validator.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Support - * @version 2.0.0 + * @version 2.0.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2017, Cartalyst LLC diff --git a/tests/CollectionTest.php b/tests/CollectionTest.php index dc2c44d..24abbf5 100644 --- a/tests/CollectionTest.php +++ b/tests/CollectionTest.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Support - * @version 2.0.0 + * @version 2.0.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2017, Cartalyst LLC diff --git a/tests/Handlers/EventHandlerTest.php b/tests/Handlers/EventHandlerTest.php index 2a65c39..463cc9c 100644 --- a/tests/Handlers/EventHandlerTest.php +++ b/tests/Handlers/EventHandlerTest.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Support - * @version 2.0.0 + * @version 2.0.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2017, Cartalyst LLC diff --git a/tests/MailerTest.php b/tests/MailerTest.php index e8aeb29..c01442e 100644 --- a/tests/MailerTest.php +++ b/tests/MailerTest.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Support - * @version 2.0.0 + * @version 2.0.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2017, Cartalyst LLC diff --git a/tests/Traits/ContainerTraitTest.php b/tests/Traits/ContainerTraitTest.php index 4671a7c..ba3f0c8 100644 --- a/tests/Traits/ContainerTraitTest.php +++ b/tests/Traits/ContainerTraitTest.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Support - * @version 2.0.0 + * @version 2.0.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2017, Cartalyst LLC diff --git a/tests/Traits/EventTraitTest.php b/tests/Traits/EventTraitTest.php index 14b72ac..fbeb57a 100644 --- a/tests/Traits/EventTraitTest.php +++ b/tests/Traits/EventTraitTest.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Support - * @version 2.0.0 + * @version 2.0.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2017, Cartalyst LLC diff --git a/tests/Traits/MailerTraitTest.php b/tests/Traits/MailerTraitTest.php index 5ce3c28..6bc279e 100644 --- a/tests/Traits/MailerTraitTest.php +++ b/tests/Traits/MailerTraitTest.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Support - * @version 2.0.0 + * @version 2.0.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2017, Cartalyst LLC diff --git a/tests/Traits/NamespacedEntityTraitTest.php b/tests/Traits/NamespacedEntityTraitTest.php index 2671da9..74e7935 100644 --- a/tests/Traits/NamespacedEntityTraitTest.php +++ b/tests/Traits/NamespacedEntityTraitTest.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Support - * @version 2.0.0 + * @version 2.0.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2017, Cartalyst LLC diff --git a/tests/Traits/RepositoryTraitTest.php b/tests/Traits/RepositoryTraitTest.php index b636635..39901cc 100644 --- a/tests/Traits/RepositoryTraitTest.php +++ b/tests/Traits/RepositoryTraitTest.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Support - * @version 2.0.0 + * @version 2.0.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2017, Cartalyst LLC diff --git a/tests/Traits/ValidatorTraitTest.php b/tests/Traits/ValidatorTraitTest.php index 484c8a2..6a2705d 100644 --- a/tests/Traits/ValidatorTraitTest.php +++ b/tests/Traits/ValidatorTraitTest.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Support - * @version 2.0.0 + * @version 2.0.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2017, Cartalyst LLC diff --git a/tests/ValidatorTest.php b/tests/ValidatorTest.php index 9306ffd..8f3732e 100644 --- a/tests/ValidatorTest.php +++ b/tests/ValidatorTest.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Support - * @version 2.0.0 + * @version 2.0.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2017, Cartalyst LLC