diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fc3c7c4..ada91c8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # Release Notes -## [Unreleased](https://github.com/laravel/sail/compare/v1.3.0...1.x) +## [Unreleased](https://github.com/laravel/sail/compare/v1.3.1...1.x) + + +## [v1.3.1 (2021-02-09)](https://github.com/laravel/sail/compare/v1.3.0...v1.3.1) + +### Changed +- Inform user when running docker-compose down ([#52](https://github.com/laravel/sail/pull/52)) +- Cleanup supervisord warnings on start ([#53](https://github.com/laravel/sail/pull/53)) ## [v1.3.0 (2021-01-26)](https://github.com/laravel/sail/compare/v1.2.0...v1.3.0)