Skip to content

Commit c32a7eb

Browse files
committed
bump version, update changelog
Signed-off-by: Suhayb Wardany <me@suw.me>
1 parent a132045 commit c32a7eb

25 files changed

+30
-24
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ We do not give estimated times for completion on `Accepted` Proposals.
1111

1212
---
1313

14+
### v2.0.1 - 2017-02-23
15+
16+
`UPDATED`
17+
18+
- use various laravel contracts.
19+
1420
### v2.0.0 - 2017-02-23
1521

1622
`UPDATED`

src/Collection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* bundled with this package in the LICENSE file.
1212
*
1313
* @package Support
14-
* @version 2.0.0
14+
* @version 2.0.1
1515
* @author Cartalyst LLC
1616
* @license BSD License (3-clause)
1717
* @copyright (c) 2011-2017, Cartalyst LLC

src/Contracts/NamespacedEntityInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* bundled with this package in the LICENSE file.
1212
*
1313
* @package Support
14-
* @version 2.0.0
14+
* @version 2.0.1
1515
* @author Cartalyst LLC
1616
* @license Cartalyst PSL
1717
* @copyright (c) 2011-2017, Cartalyst LLC

src/Contracts/ValidatorInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* bundled with this package in the LICENSE file.
1212
*
1313
* @package Support
14-
* @version 2.0.0
14+
* @version 2.0.1
1515
* @author Cartalyst LLC
1616
* @license BSD License (3-clause)
1717
* @copyright (c) 2011-2017, Cartalyst LLC

src/Handlers/EventHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* bundled with this package in the LICENSE file.
1212
*
1313
* @package Support
14-
* @version 2.0.0
14+
* @version 2.0.1
1515
* @author Cartalyst LLC
1616
* @license BSD License (3-clause)
1717
* @copyright (c) 2011-2017, Cartalyst LLC

src/Handlers/EventHandlerInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* bundled with this package in the LICENSE file.
1212
*
1313
* @package Support
14-
* @version 2.0.0
14+
* @version 2.0.1
1515
* @author Cartalyst LLC
1616
* @license BSD License (3-clause)
1717
* @copyright (c) 2011-2017, Cartalyst LLC

src/Mailer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* bundled with this package in the LICENSE file.
1212
*
1313
* @package Support
14-
* @version 2.0.0
14+
* @version 2.0.1
1515
* @author Cartalyst LLC
1616
* @license BSD License (3-clause)
1717
* @copyright (c) 2011-2017, Cartalyst LLC

src/ServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* bundled with this package in the LICENSE file.
1212
*
1313
* @package Support
14-
* @version 2.0.0
14+
* @version 2.0.1
1515
* @author Cartalyst LLC
1616
* @license BSD License (3-clause)
1717
* @copyright (c) 2011-2017, Cartalyst LLC

src/Traits/ContainerTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* bundled with this package in the LICENSE file.
1212
*
1313
* @package Support
14-
* @version 2.0.0
14+
* @version 2.0.1
1515
* @author Cartalyst LLC
1616
* @license BSD License (3-clause)
1717
* @copyright (c) 2011-2017, Cartalyst LLC

src/Traits/EventTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* bundled with this package in the LICENSE file.
1212
*
1313
* @package Support
14-
* @version 2.0.0
14+
* @version 2.0.1
1515
* @author Cartalyst LLC
1616
* @license BSD License (3-clause)
1717
* @copyright (c) 2011-2017, Cartalyst LLC

0 commit comments

Comments
 (0)