We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7c1649 commit b317438Copy full SHA for b317438
CHANGELOG.md
@@ -4,16 +4,17 @@ All Notable changes to `sebastiaanluca/laravel-boolean-dates` will be documented
4
5
Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) principles.
6
7
-## 6.0.0 (2022-03-09)
+## 6.0.0 (2022-03-08)
8
9
### Added
10
11
- Added support for Laravel 9
12
13
### Changed
14
15
-- Cleaned up code internally
16
- Switched to using `\Illuminate\Support\Carbon` instead of `\Carbon\Carbon`
+- Switched to using `$casts` internally as `$dates` is deprecated
17
+- Cleaned up code internally
18
19
### Removed
20
0 commit comments