From d6b990f4b72ee8ef1654a408316ba9feb9530ac7 Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Tue, 25 Jan 2022 20:43:53 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 01ec6d5a..4279aa4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ # Release Notes -## [Unreleased](https://github.com/laravel/fortify/compare/v1.9.0...1.x) +## [Unreleased](https://github.com/laravel/fortify/compare/v1.10.0...1.x) + + +## [v1.10.0 (2022-01-25)](https://github.com/laravel/fortify/compare/v1.9.0...v1.10.0) + +### Added +- Add VerifyEmailResponse contract ([#347](https://github.com/laravel/fortify/pull/347)) + +### Changed +- Switch to anonymous migrations ([#348](https://github.com/laravel/fortify/pull/348)) ## [v1.9.0 (2022-01-12)](https://github.com/laravel/fortify/compare/v1.8.6...v1.9.0)