From 6b5f99726359b3237a8c06ce97f4e10de994695f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Thu, 25 Jul 2019 23:29:12 +0200 Subject: [PATCH] update changelog for v1.5.1 --- CHANGELOG-1.x.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG-1.x.md b/CHANGELOG-1.x.md index 8c9fee9c..b3ced6e7 100644 --- a/CHANGELOG-1.x.md +++ b/CHANGELOG-1.x.md @@ -1,5 +1,12 @@ # Release Notes for 1.x +## [v1.5.1 (2019-07-25)](https://github.com/stancl/tenancy/compare/v1.5.0...v1.5.1) + +### Fixed + +- Database is reconnected after migrating/rolling back/seeding is done [#71](https://github.com/stancl/tenancy/pull/71) +- Fixed tenant()->delete() (it used to delete the record from the `tenants` namespace but not the `domains` namespace) [#73](https://github.com/stancl/tenancy/pull/73) + ## [v1.5.0 (2019-07-13)](https://github.com/stancl/tenancy/compare/v1.4.0...v1.5.0) ### Added