From 277d868441b49898caf0ce3cb4e19b439e419133 Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Tue, 5 Jan 2021 17:40:11 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca24c595..319f713e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,19 @@ # Release Notes -## [Unreleased](https://github.com/laravel/sail/compare/v1.0.1...1.x) +## [Unreleased](https://github.com/laravel/sail/compare/v1.1.0...1.x) + + +## [v1.1.0 (2021-01-05)](https://github.com/laravel/sail/compare/v1.0.1...v1.1.0) + +### Added +- Yarn Support ([#29](https://github.com/laravel/sail/pull/29)) +- root-shell added to bin/sail ([#33](https://github.com/laravel/sail/pull/33)) + +### Changed +- Add sail bash to Initiate a Bash shell within the application container ([#30](https://github.com/laravel/sail/pull/30)) + +### Fixed +- Send error messages to STDERR ([#32](https://github.com/laravel/sail/pull/32)) ## [v1.0.1 (2020-12-22)](https://github.com/laravel/sail/compare/v1.0.0...v1.0.1)