From 6b9c361f0a64c4ef32ea28270f2aa0a4eb60fed6 Mon Sep 17 00:00:00 2001 From: MarceauKa Date: Thu, 2 Jan 2020 16:15:38 +0100 Subject: [PATCH] :bookmark: 1.5.0 --- changelog.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/changelog.md b/changelog.md index 93e966c..fc434c2 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,11 @@ # Changelog +## 1.5.0 + +- Users now use MorphMany instead of HasMany +- Devices and Logins now use MorphTo instead of BelongsTo +- Tests updated with PHP 7.4 + ## 1.4.2 - Fix config publishing