From 3a287723a573b753b496a5cdbdf6e49ce28cd4f5 Mon Sep 17 00:00:00 2001 From: Julio Motol Date: Tue, 2 Apr 2024 22:31:15 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Update=20Changelog?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julio Motol --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e2b7289..c9752ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,19 +5,19 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## v4.1.0 (2022-02-16) +## v4.1.0 (2024-04-02) ### Added - Support for Laravel 11.x. -## v4.0.1 (2022-05-11) +## v4.0.1 (2023-05-11) ### Fixed - Should properly initialize auth timeout session. -## v4.0.0 (2022-02-16) +## v4.0.0 (2023-02-16) Laravel Auth Timeout has received a complete refresh. Please make sure to read through all the changes.