Skip to content

Commit fbba21b

Browse files
committed
Prepare 4.0.0 release.
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
1 parent ab475ce commit fbba21b

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG-3.x.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Changelog
1+
# Changelog for 3.x
22

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

CHANGELOG-4.x.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Changelog for 4.x
2+
3+
This changelog references the relevant changes (bug and security fixes) done to `orchestra/model`.
4+
5+
## 4.0.0
6+
7+
Released: 2019-03-18
8+
9+
### Changes
10+
11+
* Update support to Laravel Framework 6.0.
12+
13+
### Removed
14+
15+
* Remove deprecated `Orchestra\Model\UserMeta` class.
16+
* Remove deprecated `Orchestra\Model\Eloquent::transaction()` method.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Laravel | Model
2424
5.6.x | 3.6.x
2525
5.7.x | 3.7.x
2626
5.8.x | 3.8.x
27-
6.x | 4.x@dev
27+
6.x | 4.x
2828

2929
## Installation
3030

0 commit comments

Comments
 (0)