From 73736a7051a204e665a3189f10a2ca29c82c2902 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Sat, 13 Jul 2019 11:41:54 +0200 Subject: [PATCH] update changelog for v1.5.0 --- CHANGELOG-1.x.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG-1.x.md b/CHANGELOG-1.x.md index d7bae2c0..8c9fee9c 100644 --- a/CHANGELOG-1.x.md +++ b/CHANGELOG-1.x.md @@ -1,5 +1,16 @@ # Release Notes for 1.x +## [v1.5.0 (2019-07-13)](https://github.com/stancl/tenancy/compare/v1.4.0...v1.5.0) + +### Added + +- PostgreSQL DB manager [#52](https://github.com/stancl/tenancy/pull/52) +- `tenancy()->end()` [#68](https://github.com/stancl/tenancy/pull/68) + +### Fixed + +- Return type docblock for `TenantManager::all()` [#63](https://github.com/stancl/tenancy/issue/63) + ## [v1.4.0 (2019-07-03)](https://github.com/stancl/tenancy/compare/v1.3.1...v1.4.0) ### Added