From 311219ce77022000745403bf95c4585cbad101a0 Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Tue, 8 Oct 2019 15:19:35 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0515bae..bc10526 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,28 @@ # Release Notes -## v1.0.0 +## [Unreleased](https://github.com/laravel/ui/compare/v1.1.0...master) + + +## [v1.1.0 (2019-10-08)](https://github.com/laravel/ui/compare/v1.0.1...v1.1.0) ### Added -- Initial commit. +- Add password confirmation screen ([#34](https://github.com/laravel/ui/pull/34)) + +### Changed +- Remove X-CSRF-TOKEN header from Axios instance ([#23](https://github.com/laravel/ui/pull/23)) + +### Fixed +- Replace tab to space ([#28](https://github.com/laravel/ui/pull/28)) +- Add missing semicolon to avoid unnecessary diff ([#32](https://github.com/laravel/ui/pull/32)) +- Update resolve-url-loader dependency constraint ([#33](https://github.com/laravel/ui/pull/33)) + + +## [v1.0.1 (2019-09-02)](https://github.com/laravel/ui/compare/v1.0.0...v1.0.1) + +### Added +- Add macro check on ui:auth command ([#16](https://github.com/laravel/ui/pull/16)) + + +## v1.0.0 (2019-08-13) + +Initial commit.