diff --git a/CHANGELOG.md b/CHANGELOG.md index 976a3ce..8fed206 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip ## [UNRELEASED] ### Fixed -- Missing default config parameter added #346 +- NaN ### Added - NaN @@ -14,6 +14,13 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip ### Breaking changes - NaN +## [2.1.1] - 2020-10-15 +### Fixed +- Missing default config parameter added #346 + +### Added +- Imap idle command added + ## [2.1.0] - 2020-10-08 ### Fixed - Redundant class `ClientManager::class` removed and config handling moved to depending library "webklex/php-imap" #345 #344