From d89403672c02145d2f037cc1c382b53dd5eee74d Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Tue, 15 Oct 2019 20:26:25 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e4bf646..ff31b25d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # Release Notes -## [Unreleased](https://github.com/laravel/installer/compare/v2.0.1...master) +## [Unreleased](https://github.com/laravel/installer/compare/v2.2.0...master) + + +## [v2.2.0 (2019-10-15)](https://github.com/laravel/installer/compare/v2.1.0...v2.2.0) + +### Added +- Create a new project in the current directory using "laravel new ." ([#99](https://github.com/laravel/installer/pull/99)) ## [v2.1.0 (2019-04-30)](https://github.com/laravel/installer/compare/v2.0.1...v2.1.0)