From 3dbf6123e61fc738f5b4a9e60746d5def2987701 Mon Sep 17 00:00:00 2001 From: driesvints Date: Tue, 31 Jan 2023 16:17:23 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a86a289a1..078bdbbe1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,16 @@ # Release Notes -## [Unreleased](https://github.com/laravel/breeze/compare/v1.18.0...1.x) +## [Unreleased](https://github.com/laravel/breeze/compare/v1.18.1...1.x) + +## [v1.18.1](https://github.com/laravel/breeze/compare/v1.18.0...v1.18.1) - 2023-01-31 + +### Changed + +- Inform user of dependency install process by @itxshakil in https://github.com/laravel/breeze/pull/241 + +### Fixed + +- Update nav menu dark text to be consistent with nav link by @RhysLees in https://github.com/laravel/breeze/pull/239 ## [v1.18.0](https://github.com/laravel/breeze/compare/v1.17.0...v1.18.0) - 2023-01-18