diff --git a/CHANGELOG.md b/CHANGELOG.md index 019b790b..bcd36509 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip - NaN ### Added -- Added imap 4 handling. #146 (thanks @szymekjanaczek) +- NaN ### Affected Classes - NaN @@ -17,6 +17,18 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip ### Breaking changes - NaN +## [2.6.0] - 2021-08-20 +### Fixed +- POP3 fixes #151 (thanks @Korko) + +### Added +- Added imap 4 handling. #146 (thanks @szymekjanaczek) +- Added laravel's conditionable methods. #147 (thanks @szymekjanaczek) + +### Affected Classes +- [Query::class](src/Query/Query.php) +- [Client::class](src/Client.php) + ## [2.5.1] - 2021-06-19 ### Fixed - Fix setting default mask from config #133 (thanks @shacky)