Skip to content

Commit

Permalink
Prepare v3.7.0 release.
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone committed Nov 19, 2018
1 parent 472ff3d commit 5028671
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

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

## 3.7.0

Released: 2018-11-19

### Changes

* Update support to Laravel Framework 5.7.
* `Orchestra\Model\Concerns\Metable::mutateMetableAttribute()` should accept `$key` as first parameter to allow multiple JSON fields.

### Removed

* Remove deprecated `Orchestra\Model\Traits` namespace.

## 3.6.3

Released: 2018-08-16
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Laravel | Model
5.4.x | 3.4.x
5.5.x | 3.5.x
5.6.x | 3.6.x
5.7.x | 3.7.x@dev
5.7.x | 3.7.x

## Installation

Expand Down

0 comments on commit 5028671

Please sign in to comment.