From ae0e1c13f664793eee3ece17e7fbefec61642dca Mon Sep 17 00:00:00 2001 From: Julien Loizelet Date: Fri, 10 Jan 2025 09:35:36 +0900 Subject: [PATCH] feat(*): Prepare release 4.1.0 --- CHANGELOG.md | 2 +- src/Constants.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1aa0d0..f1bd78e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,7 +19,7 @@ As far as possible, we try to adhere to [Symfony guidelines](https://symfony.com ### Changed - Do not save origins count when the bouncer does not bounce the IP, due to business logic. This avoids sending a - "processed" usage metrics to the LAPI when the IP is not bounced. + "processed" usage metrics to the LAPI when the IP is not bounced at all. --- diff --git a/src/Constants.php b/src/Constants.php index bd8729a..cb1c2e1 100644 --- a/src/Constants.php +++ b/src/Constants.php @@ -31,7 +31,7 @@ class Constants extends RemConstants /** @var string Path for html templates folder (e.g. ban and captcha wall) */ public const TEMPLATES_DIR = __DIR__ . '/templates'; /** @var string The last version of this library */ - public const VERSION = 'v4.0.0'; + public const VERSION = 'v4.1.0'; /** @var string The "disabled" x-forwarded-for setting */ public const X_FORWARDED_DISABLED = 'no_forward'; }