From c35de42dc97c42642561d11148b9c1b1357ba09d Mon Sep 17 00:00:00 2001 From: Mateus Junges Date: Wed, 6 Oct 2021 17:24:40 -0300 Subject: [PATCH] Update CHANGELOG.md (#34) --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e4ad3dc..f766796 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to `mateusjunges/laravel-invite-codes` will be documented in this file. +## 1.4.1 2021-10-06 +### Fixed +- Removed void type hint `DuplicateInviteCodeException::forEmail` method ([#33](https://github.com/mateusjunges/laravel-invite-codes/pull/33)) + ## 1.4.0 2020-01-20 - Add support for PHP v8 - Drop support for Laravel 5.8