From 194c070d46b6d1934743a3c8cd78e6d137de2a80 Mon Sep 17 00:00:00 2001 From: mchev Date: Tue, 12 Mar 2024 15:24:43 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index af86298..91c6c09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to `banhammer` will be documented in this file. +## v2.2.0 - 2024-03-12 + +- Laravel 11 support + ## v2.1.0 - 2024-01-07 - [feature request]: Expiration date for banned IPs #10 @@ -10,6 +14,7 @@ All notable changes to `banhammer` will be documented in this file. ``` IP::ban("8.8.8.8", [], now()->addMinutes(10)); + ``` ## v2.0.0 - 2024-01-07