Skip to content

Commit 176bb79

Browse files
feat(*): Prepare release 0.29.0
1 parent 08e7f7d commit 176bb79

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,17 @@ 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.29.0] - 2022-08-11
9+
10+
### Added
11+
- Add TLS connection feature
12+
13+
814
## [0.28.0] - 2022-08-04
915

1016
### Changed
1117
- *Breaking change*: Rename `ClientAbstract` class to `AbstractClient`
12-
- Hide `api_key` in log.
18+
- Hide `api_key` in log
1319

1420
### Added
1521
- Add `disable_prod_log` configuration

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.28.0';
23+
public const VERSION = 'v0.29.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)