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)