From a315767e093ca2ba19ca7c60b02aa89467d81628 Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Tue, 9 Mar 2021 20:09:48 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 15074d56..cc72064f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # Release Notes -## [Unreleased](https://github.com/laravel/laravel/compare/v8.5.12...8.x) +## [Unreleased](https://github.com/laravel/laravel/compare/v8.5.13...8.x) + + +## [v8.5.13 (2021-03-09)](https://github.com/laravel/laravel/compare/v8.5.12...v8.5.13) + +### Changed +- Use same default queue name for all drivers ([#5549](https://github.com/laravel/laravel/pull/5549)) +- Standardise "must" and "may" language in validation ([#5552](https://github.com/laravel/laravel/pull/5552)) +- Add missing 'after_commit' key to queue config ([#5554](https://github.com/laravel/laravel/pull/5554)) ## [v8.5.12 (2021-03-02)](https://github.com/laravel/laravel/compare/v8.5.11...v8.5.12)