File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/)
55and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
66
77
8+ ## [ 0.22.1] - 2022-06-03
9+
10+ ### Fixed
11+ - Handle custom error handler for Memcached tag aware adapter
12+
813## [ 0.22.0] - 2022-06-02
914
1015### Added
Original file line number Diff line number Diff 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.22.0 ' ;
23+ public const VERSION = 'v0.22.1 ' ;
2424
2525 /** @var string The user agent used to send request to LAPI */
2626 public const BASE_USER_AGENT = 'PHP CrowdSec Bouncer/ ' .self ::VERSION ;
You can’t perform that action at this time.
0 commit comments