From ba5f2dd26afb5d6af0dbd8f99341b277fef2865f Mon Sep 17 00:00:00 2001 From: driesvints Date: Wed, 27 Apr 2022 13:42:49 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e15e5de..4ebc0713 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # Release Notes -## [Unreleased](https://github.com/laravel/laravel/compare/v9.1.5...9.x) +## [Unreleased](https://github.com/laravel/laravel/compare/v9.1.6...9.x) + +## [v9.1.6](https://github.com/laravel/laravel/compare/v9.1.5...v9.1.6) - 2022-04-20 + +### Changed + +- Move password lines into main translation file by @taylorotwell in https://github.com/laravel/laravel/commit/db0d052ece1c17c506633f4c9f5604b65e1cc3a4 +- Add missing maintenance to config by @ibrunotome in https://github.com/laravel/laravel/pull/5868 ## [v9.1.5](https://github.com/laravel/laravel/compare/v9.1.4...v9.1.5) - 2022-04-12