Skip to content

Commit 9d26ac2

Browse files
feat(*): Prepare release 0.18.0
1 parent 9563e80 commit 9d26ac2

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

77

8+
## [0.18.0] - 2022-03-18
9+
### Changed
10+
- *Breaking change*: Change `trust_ip_forward_array` symfony configuration node to an array of array.
11+
812
## [0.17.1] - 2022-03-17
913
### Removed
1014
- Remove testing scripts for quality gate test

src/Constants.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class Constants
2020
public const DEFAULT_LAPI_URL = 'http://localhost:8080';
2121

2222
/** @var string The last version of this library */
23-
public const VERSION = 'v0.17.1';
23+
public const VERSION = 'v0.18.0';
2424

2525
/** @var string The user agent used to send request to LAPI */
2626
public const BASE_USER_AGENT = 'PHP CrowdSec Bouncer/'.self::VERSION;

0 commit comments

Comments
 (0)