From 8e5510458e1a4c0bf4b78024d9b0cf56102c8207 Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Tue, 13 Jul 2021 16:12:18 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 472b2a18..3e01e78e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # Release Notes -## [Unreleased](https://github.com/laravel/laravel/compare/v8.5.21...8.x) +## [Unreleased](https://github.com/laravel/laravel/compare/v8.5.22...8.x) + + +## [v8.5.22 (2021-07-13)](https://github.com/laravel/laravel/compare/v8.5.21...v8.5.22) + +### Changed +- Add RateLimiter facade alias ([#5642](https://github.com/laravel/laravel/pull/5642)) ## [v8.5.21 (2021-07-06)](https://github.com/laravel/laravel/compare/v8.5.20...v8.5.21)