File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Expand file tree Collapse file tree 3 files changed +7
-2
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.21.0] - 2022-04-15
9+
10+ ### Changed
11+ - Change allowed versions of ` symfony/cache ` package
12+
813## [ 0.20.1] - 2022-04-07
914
1015### Added
Original file line number Diff line number Diff line change 3636 "require" : {
3737 "php" : " ^7.2 || ^8.0" ,
3838 "symfony/config" : " ^4.4.27 || ^5.2" ,
39- "symfony/cache" : " ^5.2 " ,
39+ "symfony/cache" : " 5.4.7 || 6.0.6 " ,
4040 "monolog/monolog" : " ^1.17 || ^2.1" ,
4141 "gregwar/captcha" : " ^1.1" ,
4242 "mlocati/ip-lib" : " ^1.18" ,
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.20.1 ' ;
23+ public const VERSION = 'v0.21.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 ;
You can’t perform that action at this time.
0 commit comments