File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/)
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
6
6
7
7
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
+
8
12
## [ 0.17.1] - 2022-03-17
9
13
### Removed
10
14
- Remove testing scripts for quality gate test
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ class Constants
20
20
public const DEFAULT_LAPI_URL = 'http://localhost:8080 ' ;
21
21
22
22
/** @var string The last version of this library */
23
- public const VERSION = 'v0.17.1 ' ;
23
+ public const VERSION = 'v0.18.0 ' ;
24
24
25
25
/** @var string The user agent used to send request to LAPI */
26
26
public const BASE_USER_AGENT = 'PHP CrowdSec Bouncer/ ' .self ::VERSION ;
You can’t perform that action at this time.
0 commit comments