Skip to content

Commit f2b5b47

Browse files
committed
Bumping version
1 parent f4c220e commit f2b5b47

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff 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

src/SwivelServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)