Skip to content

Commit

Permalink
feat(*): Prepare release 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
julienloizelet committed Jan 9, 2025
1 parent e62dce8 commit 6b80448
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ protected methods, properties and constants belonging to the `src` folder and of

---

## [1.4.0](https://github.com/crowdsecurity/cs-standalone-php-bouncer/releases/tag/v1.4.0) - 202?-??-??
## [1.4.0](https://github.com/crowdsecurity/cs-standalone-php-bouncer/releases/tag/v1.4.0) - 2025-01-09

[_Compare with previous release_](https://github.com/crowdsecurity/cs-standalone-php-bouncer/compare/v1.3.1...v1.4.0)

Expand Down
2 changes: 1 addition & 1 deletion src/Constants.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ class Constants extends LibConstants
/** @var string The user agent suffix for CrowdSec api calls */
public const USER_AGENT_SUFFIX = 'Standalone';
/** @var string The last version of this bouncer */
public const VERSION = 'v1.3.1';
public const VERSION = 'v1.4.0';
}
2 changes: 1 addition & 1 deletion tests/end-to-end/__tests__/1-live-mode.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ describe(`Live mode run`, () => {
await publicHomepageShouldBeAccessible();
// count origin: cscli/captcha = 6,clean/bypass = 3
await runCacheAction("show-origins-count");
originsCount = await page.$eval(
const originsCount = await page.$eval(
"#origins-count",
(el) => el.innerText,
);
Expand Down

0 comments on commit 6b80448

Please sign in to comment.