From 072e307e9b6dc15cfa2aebfd37428a4621d36538 Mon Sep 17 00:00:00 2001 From: freekmurze Date: Mon, 9 Dec 2024 10:53:24 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e7434c8..4863bdc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to `laravel-login-link` will be documented in this file. +## 1.5.0 - 2024-12-09 + +### What's Changed + +* Add verification of allowed hosts in login-link by @davidjr82 in https://github.com/spatie/laravel-login-link/pull/42 + +### New Contributors + +* @davidjr82 made their first contribution in https://github.com/spatie/laravel-login-link/pull/42 + +**Full Changelog**: https://github.com/spatie/laravel-login-link/compare/1.4.0...1.5.0 + ## 1.4.0 - 2024-11-07 ### What's Changed