From 5028e587dc9bf990b65a5a663e02582ecaab40e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Sat, 9 Feb 2019 15:53:54 +0100 Subject: [PATCH] Add note about versioning [ci skip] --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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.