From 251170c8a2d9c438085215c49f18076b0381a3da Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Fri, 5 Oct 2018 17:58:56 +0200 Subject: [PATCH] Fix changelog link --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 28888145..e958e319 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Release Notes -## [v5.0.3 (2018-08-05)](https://github.com/laravel/framework/compare/v5.0.2...v5.0.3) +## [v5.0.3 (2018-08-05)](https://github.com/laravel/scout/compare/v5.0.2...v5.0.3) ### Added - `tap` & `when` methods in Builder ([#297](https://github.com/laravel/scout/pull/297))