File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,6 +22,21 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
2222- Nothing
2323
2424
25+
26+ ## v2.0.0 (2022-04-25)
27+
28+ ### Added
29+ - Support for Laravel / Lumen ^6.0
30+
31+ ### Removed
32+ - Droppped support for PHP 5.6.
33+ - Dropped support for Laravel / Lumen ^5.x due to security issues.
34+
35+ ### Security
36+ - Dropped support for Laravel / Lumen ^5.x due to security issues with illuminate/database.
37+
38+
39+
2540## v0.2.2 (2018-08-08)
2641
2742### Added
@@ -34,6 +49,7 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
3449- Configuration file is no longer called ` laravel-swivel.php ` now is ` swivel.php `
3550
3651
52+
3753## v0.1.0 (2017-10-10)
3854
3955### Added
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ class SwivelServiceProvider extends ServiceProvider
1616 *
1717 * @var string
1818 */
19- const VERSION = '1.1 .0 ' ;
19+ const VERSION = '2.0 .0 ' ;
2020
2121 /**
2222 * Indicates if loading of the provider is deferred.
You can’t perform that action at this time.
0 commit comments