Skip to content

Commit

Permalink
feat(*): Prepare release 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
julienloizelet committed Jan 10, 2025
1 parent ade1b4c commit ae0e1c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

---

Expand Down
2 changes: 1 addition & 1 deletion src/Constants.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';
}

0 comments on commit ae0e1c1

Please sign in to comment.