diff --git a/README.md b/README.md index aaee33dd..5be01b14 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,8 @@ You won't have to change a thing in your application's code.\* composer require stancl/tenancy ``` +This package follows [symantic versioning 2.0.0](https://symver.org). Each major release will have its own branch, so that bug fixes can be provided for older versions as well. + ### Configuring the `InitializeTenancy` middleware The `TenancyServiceProvider` automatically adds the `tenancy` middleware group which can be assigned to routes. You only need to make sure the middleware is top priority.