From 53ddb8d7d768179628d86b86809bde6816ce9719 Mon Sep 17 00:00:00 2001 From: Michel Oosterhof Date: Sun, 10 May 2020 23:38:03 +0800 Subject: [PATCH] get ready for releae (#1349) --- docs/CHANGELOG.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 249436eb..f4a556a9 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -1,4 +1,15 @@ +Release 2.1.0 +============= +* Deprecate Python 2.7. Still works but removed from testing suite and fixing 2.7 problems will no longer have priority. +* Disable crashreporter +* Updated ELK documentation and output plugin +* `tee` command added. Updates to `cat`, `dd` and `wc`. +* Fixed SSH compression issue with AsyncSSH client +* AbuseIP output plugin. + +Release 2.0.1 +============= * 2019-10-31 Fix for exec commands when tty logging is disabled * 2019-10-31 Fix for print output to stdout for curl/wget