From 6bc0b1cfcbc35d89b3e4ec31d83d7b409f9bf595 Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Tue, 23 Mar 2021 18:25:11 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef1c2904..f55469d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # Release Notes -## [Unreleased](https://github.com/laravel/laravel/compare/v8.5.14...8.x) +## [Unreleased](https://github.com/laravel/laravel/compare/v8.5.15...8.x) + + +## [v8.5.15 (2021-03-23)](https://github.com/laravel/laravel/compare/v8.5.14...v8.5.15) + +### Changed +- Add prohibited validation rule ([#5569](https://github.com/laravel/laravel/pull/5569)) +- Re-order composer.json ([#5570](https://github.com/laravel/laravel/pull/5570)) ## [v8.5.14 (2021-03-16)](https://github.com/laravel/laravel/compare/v8.5.13...v8.5.14)