Skip to content

Commit

Permalink
Prepare 4.1.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 Jan 4, 2020
1 parent 3b25fd7 commit 378faad
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG-4.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

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

## 4.1.0

Released: 2020-01-04

### Added

* Set command exit code.
* Added `tenant()`, `tenantDriver()` and `tenantDriverName()` to `Orchestra\Tenanti\Console\BaseCommand`.

## 4.0.0

Released: 2019-09-03
Expand Down
15 changes: 15 additions & 0 deletions canvas.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
preset: package

namespace: Orchestra\Tenanti

console:
namespace: Orchestra\Tenanti\Console

model:
namespace: Orchestra\Tenanti

provider:
namespace: Orchestra\Tenanti

testing:
namespace: Orchestra\Tenanti\Tests
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
},
"require-dev": {
"laravel/tinker": "^2.0",
"orchestra/canvas": "^4.1",
"orchestra/testbench": "^4.0.1"
},
"extra": {
Expand Down

0 comments on commit 378faad

Please sign in to comment.