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 2828c41 commit 6e4d211
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG-3.7.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Changelog for 3.7

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

## 3.7.0

Released: 2018-11-19

### Changes

* Update support for Laravel Framework v5.7.
* Disconnect database after preparing migrations table for each tenant.
* Allow tenanti queue connection to be configurable via config and environment file.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Laravel | Tenanti
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 All @@ -39,7 +39,7 @@ To install through composer, simply put the following in your `composer.json` fi
```json
{
"require": {
"orchestra/tenanti": "~3.0"
"orchestra/tenanti": "^3.0"
}
}
```
Expand All @@ -50,7 +50,7 @@ And then run `composer install` to fetch the package.

You could also simplify the above code by using the following command:

composer require "orchestra/tenanti=~3.0"
composer require "orchestra/tenanti=^3.0"

## Configuration

Expand Down

0 comments on commit 6e4d211

Please sign in to comment.