Skip to content

Commit 33c1f4c

Browse files
feat(*): Prepare release 0.27.0
1 parent e929955 commit 33c1f4c

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ 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+
9+
## [0.27.0] - 2022-07-29
10+
11+
### Changed
12+
- *Breaking change*: Modify `getBouncerInstance` and `init` signatures
13+
14+
### Fixed
15+
- Fix wrongly formatted range scoped decision retrieving
16+
- Fix cache updated decisions count
17+
818
## [0.26.0] - 2022-07-28
919

1020
### Changed

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