From 660417c9f7d236bb702ca3d1f9e26d1764493e7a Mon Sep 17 00:00:00 2001 From: driesvints Date: Tue, 15 Mar 2022 15:58:42 +0000 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8943efd8..1b9a70cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # Release Notes -## [Unreleased](https://github.com/laravel/laravel/compare/v9.1.1...9.x) +## [Unreleased](https://github.com/laravel/laravel/compare/v9.1.2...9.x) + +## [v9.1.2](https://github.com/laravel/laravel/compare/v9.1.1...v9.1.2) - 2022-03-15 + +### Changed + +- The docker-compose.override.yml should not be ignored by default by @dakira in https://github.com/laravel/laravel/pull/5838 ## [v9.1.1](https://github.com/laravel/laravel/compare/v9.1.0...v9.1.1) - 2022-03-08