File tree 2 files changed +8
-2
lines changed
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -5,11 +5,17 @@ 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.29.0] - 2022-08-11
9
+
10
+ ### Added
11
+ - Add TLS connection feature
12
+
13
+
8
14
## [ 0.28.0] - 2022-08-04
9
15
10
16
### Changed
11
17
- * Breaking change* : Rename ` ClientAbstract ` class to ` AbstractClient `
12
- - Hide ` api_key ` in log.
18
+ - Hide ` api_key ` in log
13
19
14
20
### Added
15
21
- Add ` disable_prod_log ` configuration
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.28 .0 ' ;
23
+ public const VERSION = 'v0.29 .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