From 67b76f430f8870f5a2384db5c87ff8321154e077 Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Tue, 2 Mar 2021 17:47:59 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c29f3e49..3701b55b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,33 @@ # Release Notes -## [Unreleased](https://github.com/laravel/sail/compare/v1.4.0...1.x) +## [Unreleased](https://github.com/laravel/sail/compare/v1.4.4...1.x) + + +## [v1.4.4 (2021-03-02)](https://github.com/laravel/sail/compare/v1.4.3...v1.4.4) + +### Changed +- Re-add memcached ([#62](https://github.com/laravel/sail/pull/62)) + +### Fixed +- Fix pgsql.stub volumes typo ([#60](https://github.com/laravel/sail/pull/60)) + + +## [v1.4.3 (2021-02-22)](https://github.com/laravel/sail/compare/v1.4.2...v1.4.3) + +### Changed +- Update flag name ([0200ce6](https://github.com/laravel/sail/commit/0200ce6e0f697699bce036c42d91f1daab8039a8)) + + +## [v1.4.2 (2021-02-22)](https://github.com/laravel/sail/compare/v1.4.1...v1.4.2) + +### Changed +- Removed comments ([a317a1a](https://github.com/laravel/sail/commit/a317a1af337ffc07c63ea5a4e04784fdb58ea9df)) + + +## [v1.4.1 (2021-02-23)](https://github.com/laravel/sail/compare/v1.4.0...v1.4.1) + +### Changed +- Back out feature ([87c63c2](https://github.com/laravel/sail/commit/87c63c2956749f66e43467d4a730b917ef7428b7)) ## [v1.4.0 (2021-02-23)](https://github.com/laravel/sail/compare/v1.3.1...v1.4.0)