From 645557df4d70ed71fdca380ea3c3427b62547c01 Mon Sep 17 00:00:00 2001 From: Webklex Date: Thu, 15 Oct 2020 06:45:14 +0200 Subject: [PATCH] Version information added --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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