From 65afb087628717525129d4826508307c9c489962 Mon Sep 17 00:00:00 2001 From: Lucas Girardot Date: Fri, 2 Jun 2017 10:14:36 +0200 Subject: [PATCH] Prepare v5.1.1 --- changelog.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/changelog.md b/changelog.md index 5a6f335..d2a222c 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,13 @@ Changelog for Laravel Extension =============================== +5.1.1 (2017-06-02) +------------------ + +- Database + * fix DB connection resolver + * fix Eloquent builder joinRel + 5.1.0 (2017-02-06) ------------------