From 57e2361b55ed1bc80ff0b3258b9713626fb38a2b Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Fri, 11 Oct 2019 14:16:52 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc10526..05b35c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ # Release Notes -## [Unreleased](https://github.com/laravel/ui/compare/v1.1.0...master) +## [Unreleased](https://github.com/laravel/ui/compare/v1.1.1...master) + + +## [v1.1.1 (2019-10-11)](https://github.com/laravel/ui/compare/v1.1.0...v1.1.1) + +### Changed +- Change the specified time until re-authentication ([#37](https://github.com/laravel/ui/pull/37)) + +### Fixed +- Add `auth.passwords.confirm` to exported views ([#36](https://github.com/laravel/ui/pull/36)) ## [v1.1.0 (2019-10-08)](https://github.com/laravel/ui/compare/v1.0.1...v1.1.0)