Skip to content

Commit 467cbb9

Browse files
committed
Released 9.0.2
1 parent 6a8b607 commit 467cbb9

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ php:
2727
jobs:
2828
fast_finish: true
2929
allow_failures:
30+
- php: 8.1 # PHP 8.1 is still unstable ATM
3031
- php: nightly
3132

3233
before_install:

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 9.0.2
2+
##### 04 march 2022
3+
- __Core__
4+
- Updated CacheContract::__invoke() signature
5+
- Added new option to allow EventManager override + improved EventManager tests (EventManager::setInstance())
6+
- __Drivers__
7+
- Fixed #853 // Configuration validation issue with Memcached socket (path)
8+
- __Misc__
9+
- Fixed typo and some types hint
10+
111
## 9.0.1
212
##### 14 november 2021
313
- __Core__
@@ -6,6 +16,7 @@
616
- `\Psr\Cache\CacheItemInterface::set` will also no longer accepts resource object anymore as method unique parameter
717
- __Misc__
818
- Fixed typos in [README.md](./README.md)
19+
920
## 9.0.0
1021
##### 31 october 2021
1122
- __Migration guide__

0 commit comments

Comments
 (0)