Skip to content

Commit ae0e1c1

Browse files
feat(*): Prepare release 4.1.0
1 parent ade1b4c commit ae0e1c1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ As far as possible, we try to adhere to [Symfony guidelines](https://symfony.com
1919
### Changed
2020

2121
- Do not save origins count when the bouncer does not bounce the IP, due to business logic. This avoids sending a
22-
"processed" usage metrics to the LAPI when the IP is not bounced.
22+
"processed" usage metrics to the LAPI when the IP is not bounced at all.
2323

2424
---
2525

src/Constants.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class Constants extends RemConstants
3131
/** @var string Path for html templates folder (e.g. ban and captcha wall) */
3232
public const TEMPLATES_DIR = __DIR__ . '/templates';
3333
/** @var string The last version of this library */
34-
public const VERSION = 'v4.0.0';
34+
public const VERSION = 'v4.1.0';
3535
/** @var string The "disabled" x-forwarded-for setting */
3636
public const X_FORWARDED_DISABLED = 'no_forward';
3737
}

0 commit comments

Comments
 (0)