From 935b453bf536b284d6fef7c1b5dd2ea52bca34c0 Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Tue, 23 Mar 2021 18:29:26 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 891cf4bf..9c0013c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # Release Notes -## [Unreleased](https://github.com/laravel/sail/compare/v1.4.8...1.x) +## [Unreleased](https://github.com/laravel/sail/compare/v1.4.9...1.x) + + +## [v1.4.9 (2021-03-23)](https://github.com/laravel/sail/compare/v1.4.8...v1.4.9) + +### Fixed +- Use different DB user & password for Sail ([#75](https://github.com/laravel/sail/pull/75)) ## [v1.4.8 (2021-03-16)](https://github.com/laravel/sail/compare/v1.4.7...v1.4.8)