Skip to content

Commit dbc5799

Browse files
committed
Prepare 6.0.0 release.
Signed-off-by: Mior Muhammad Zaki <[email protected]>
1 parent 9d0ca4f commit dbc5799

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
This changelog references the relevant changes (bug and security fixes) done to `laravie/html`.
44

5+
## 6.0.0
6+
7+
Released: 2019-08-29
8+
9+
### Changes
10+
11+
* Update support for Laravel Framework v6.
12+
513
## 5.8.2
614

715
Releases: 2019-08-04

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Begin by installing this package through Composer. Edit your project's `composer
3030

3131
```json
3232
"require": {
33-
"laravie/html": "^5.5"
33+
"laravie/html": "^6.0"
3434
}
3535
```
3636

0 commit comments

Comments
 (0)