Skip to content

Commit

Permalink
Prepare v3.6.0 release.
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
  • Loading branch information
crynobone committed May 6, 2018
1 parent c2c6387 commit 63e381a
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 9 deletions.
24 changes: 16 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

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

## 3.6.0

Released: 2018-05-06

### Added

* Added `Orchestra\Extension\Concerns\DomainAware`.

### Changes

* Update support for Laravel Framework v5.6.

### Deprecated

* Deprecate `Orchestra\Extension\Traits\DomainAware`, use `Orchestra\Extension\Concerns\DomainAware` instead.

## 3.5.1

Released: 2018-01-15
Expand All @@ -25,11 +41,3 @@ Released: 2017-09-03
### Removed

* Remove deprecated `Orchestra\Extension\Traits\DomainAwareTrait`, use `Orchestra\Extension\Traits\DomainAware` instead.

## 3.4.0

Released: 2017-05-12

### Changes

* Update support for Laravel Framework v5.4.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"orchestra/support": "~3.6.0"
},
"require-dev": {
"mockery/mockery": "~1.0",
"mockery/mockery": "^1.0",
"orchestra/testbench": "~3.6.2"
},
"extra": {
Expand Down

0 comments on commit 63e381a

Please sign in to comment.